Revision b638ef51
Added by Carlos Eduardo Ramos over 14 years ago
usr/local/www/guiconfig.inc | ||
---|---|---|
290 | 290 |
if($nifty_background == "") |
291 | 291 |
$nifty_background = "#FFF"; |
292 | 292 |
|
293 |
if(stristr($msg, "apply") != false || stristr($msg, "save") != false || stristr($msg, "create") != false) {
|
|
293 |
if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false) {
|
|
294 | 294 |
$savebutton = "<td class='infoboxsave'>"; |
295 | 295 |
$savebutton .= "<input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\">"; |
296 | 296 |
if($_POST['if']) |
Also available in: Unified diff
BP: Add gettext() function #multilang