mirror of https://github.com/aredn/aredn.git
changed help text
This commit is contained in:
parent
4f18f20495
commit
b8dcc50fb9
|
@ -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";
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue