https://bugs.koozali.org/show_bug.cgi?id=10244
John Crisp <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #4 from John Crisp <[email protected]> ---
Fail
Software error:
syntax error at /etc/e-smith/web/functions/smeadmin line 594, near ");"
Execution of /etc/e-smith/web/functions/smeadmin aborted due to compilation
errors.
Needs a second ) after Format
$q->Tr ($q->td ({-class => "sme-noborders-label"},gettext("Image
Format:")),"\n",
--- smeadmin.old 2023-12-19 17:24:52.285435800 +0100
+++ smeadmin 2023-12-19 17:24:58.857488344 +0100
@@ -584,7 +584,7 @@
$q->start_table,
#vieux hack pour récuperer la css du NameValueRow
# esmith::cgi::genNameValueRow($q,gettext("Format d'image
(PNG/GIF)"),'img_format',$params{'img_format'}),
- $q->Tr ($q->td ({-class => "sme-noborders-label"},gettext("Image
Format:"),"\n",
+ $q->Tr ($q->td ({-class => "sme-noborders-label"},gettext("Image
Format:")),"\n",
$q->td($q->popup_menu(-name=>'ImgFormat',
-values=>['PNG','GIF'], -default=>$params{'ImgFormat'}))),
esmith::cgi::genNameValueRow($q,gettext("Graphs
width"),'ImgWidth',$params{'ImgWidth'}),
esmith::cgi::genNameValueRow($q,gettext("Graphs
height"),'ImgHeight',$params{'ImgHeight'}),
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/