tazpanel rev 536

network.cgi: hide wakeup button (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 30 18:52:48 2015 +0200 (2015-08-30)
parents 7bf0e359133e
children 34508d2309a6
files network.cgi
line diff
     1.1 --- a/network.cgi	Sun Aug 30 18:22:56 2015 +0200
     1.2 +++ b/network.cgi	Sun Aug 30 18:52:48 2015 +0200
     1.3 @@ -281,11 +281,11 @@
     1.4  				</tr>
     1.5  				<tr id="wk1"><td>$(_ 'MAC address to wake up')</td>
     1.6  					<td><input type="text" name="macwakup" title="$(_ 'Leave empty for a general wakeup')" $PAR/><!--
     1.7 -					--><button form="indexform" name="file" title="$(_ 'Optional')" value="/etc/ethers" data-icon="view">$(_ 'List')</button>
     1.8 +					--><button form="indexform" name="file" value="/etc/ethers" data-icon="view">$(_ 'List')</button>
     1.9  					</td>
    1.10  				</tr>
    1.11  				<tr id="wk2"><td>$(_ 'MAC/IP address password')</td>
    1.12 -					<td><input type="text" name="macpass" $PAR/><!--
    1.13 +					<td><input type="text" name="macpass" title="$(_ 'Optional')" $PAR/><!--
    1.14  					--><button form="indexform" name="exec" value="ether-wake --help" data-icon="help">$(_ 'Help')</button>
    1.15  					</td>
    1.16  				</tr>