changed help text

This commit is contained in:
Darryl Quinn 2015-04-06 09:43:05 -05:00
parent 4f18f20495
commit b8dcc50fb9
2 changed files with 4 additions and 6 deletions

View File

@ -79,9 +79,9 @@ sub navbar
ports => "Port Forwarding,<br>DHCP, and Services",
admin => "Administration");
my($active_bg, $active_fg);
if(-f "/tmp/.night") { $active_bg = "red"; $active_fg = "black" }
else { $active_bg = "black"; $active_fg = "white" }
#my($active_bg, $active_fg);
#if(-f "/tmp/.night") { $active_bg = "red"; $active_fg = "black" }
#else { $active_bg = "black"; $active_fg = "white" }
print "<hr><table cellpadding=5 border=0 width=100%><tr>\n";

View File

@ -85,9 +85,7 @@ the Basic Setup page. If the node has not yet been configured, the password is
"hsmm". Note that the password given to log in to the setup pages is encrypted
in transit, so this is safe to do over a wireless connection.<br><br></li>
<li><strong>Night Mode</strong> switches the normal black on white color
scheme to red on black. Black on white was chosen because it provides the best
screen visibility on a laptop exposed to direct sunlight. Red on black is much
<li><strong>Select Theme</strong> switches display themes/styles. Black on white was chosen because it provides the best screen visibility on a laptop exposed to direct sunlight. Red on black is much
better suited for night time use as it helps preserve night vision.</li>
</ul>