Revision 180508d1
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/guiconfig.inc | ||
---|---|---|
349 | 349 |
$savebutton .= "<input type=\"hidden\" name=\"if\" value=\"" . htmlspecialchars($_POST['if']) . "\" />"; |
350 | 350 |
} |
351 | 351 |
} |
352 |
|
|
352 | 353 |
$nifty_redbox = "#990000"; |
353 | 354 |
$nifty_blackbox = "#000000"; |
354 | 355 |
|
... | ... | |
364 | 365 |
<table class="infoboxnptable2" summary="message"> |
365 | 366 |
<tr> |
366 | 367 |
<td class="infoboxnptd"> |
367 |
<img class="infoboxnpimg" src="/themes/{$g['theme']}/images/icons/icon_exclam.gif" alt="exclamation" />
|
|
368 |
<i class="icon-large icon-exclamation-sign"></i>
|
|
368 | 369 |
</td> |
369 | 370 |
<td class="infoboxnptd2"> |
370 | 371 |
<b>{$msg}</b> |
Also available in: Unified diff
Fixed #5333