tazpanel diff settings.cgi @ rev 117

settings.cgi: Password entry on bottom (small ajustement, well done Pascal)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 12:11:44 2011 +0200 (2011-04-15)
parents 34979c5e823b
children 763f82f6713b
line diff
     1.1 --- a/settings.cgi	Fri Apr 15 12:01:19 2011 +0200
     1.2 +++ b/settings.cgi	Fri Apr 15 12:11:44 2011 +0200
     1.3 @@ -106,11 +106,6 @@
     1.4  		<input type="submit" name="do" value="`gettext "Delete user"`" />
     1.5  		<input type="submit" name="do" value="`gettext "Lock user"`" />
     1.6  		<input type="submit" name="do" value="`gettext "Unlock user"`" />
     1.7 -		<input type="submit" name="do" value="`gettext "Change password"`" />
     1.8 -	</div>
     1.9 -	<div class="float-right">
    1.10 -		$(gettext "password":)
    1.11 -		<input type="text" name="password" />
    1.12  	</div>
    1.13  </div>
    1.14  EOT
    1.15 @@ -152,6 +147,11 @@
    1.16  		done
    1.17  		table_end
    1.18  		cat << EOT
    1.19 +<p>
    1.20 +	$(gettext "Password":)
    1.21 +	<input type="text" name="password" />
    1.22 +	<input type="submit" name="do" value="`gettext "Change password"`" />
    1.23 +</p>
    1.24  </form>
    1.25  
    1.26  <h4>`gettext "Add a new user"`</h4>