tazpanel diff settings.cgi @ rev 519

tazpanel.js, footer.html: fix AJAX loader display; misc tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 04 02:32:11 2015 +0300 (2015-08-04)
parents 0e464ccf165e
children 2787498af74a
line diff
     1.1 --- a/settings.cgi	Sun Jul 12 16:19:16 2015 +0200
     1.2 +++ b/settings.cgi	Tue Aug 04 02:32:11 2015 +0300
     1.3 @@ -331,7 +331,7 @@
     1.4  		cat <<EOT
     1.5  		<footer>
     1.6  			$(_ 'Password:')
     1.7 -			<input type="password" name="password"/>
     1.8 +			<input type="password" name="password" placeholder="$(_ 'New password')"/>
     1.9  			<button type="submit" name="do" value="chpasswd" data-icon="ok">$(_ 'Change password')</button>
    1.10  		</footer>
    1.11  	</form>