summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-02 20:24:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-02 20:24:55 +0000
commitccc734c0c52d94b1c092c6b1828a8567feacf967 (patch)
tree7b45d2eacedf9eb83ec6b1ffe8d117762c02f369 /usr
parent71c2518cd60902d3166b40a210253b1b4ac419f1 (diff)
downloadpfsense-ccc734c0c52d94b1c092c6b1828a8567feacf967.zip
pfsense-ccc734c0c52d94b1c092c6b1828a8567feacf967.tar.gz
Change the reboot link color to yellow.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index d34d853..40d630b 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -198,7 +198,7 @@ function get_std_save_message($ok) {
if ($ok == 0) {
if (file_exists($d_sysrebootreqd_path))
- return "The changes have been saved. You must <a class=\"navlnk\" href=\"/reboot.php\">reboot</a> your firewall for changes to take effect.";
+ return "The changes have been saved. You must <a color=\"#FFFF00\" href=\"/reboot.php\">reboot</a> your firewall for changes to take effect.";
else
return "The changes have been applied successfully.";
} else {
OpenPOWER on IntegriCloud