From: hickert Date: Tue, 27 Jul 2010 14:03:54 +0000 (+0000) Subject: Updated user password dialog proposal gray-out X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d13b2b485d0ec8f6d810c4e7b08a8e16c2eb8742;p=gosa.git Updated user password dialog proposal gray-out -Used prototype instead of page reload git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19169 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/password/password.tpl b/gosa-core/plugins/personal/password/password.tpl index 4658bd445..7c04acfa2 100644 --- a/gosa-core/plugins/personal/password/password.tpl +++ b/gosa-core/plugins/personal/password/password.tpl @@ -51,15 +51,12 @@ -  {t}Use proposal{/t} -
 {t}Manually specify a password{/t} - {if $proposalSelected} - {factory type='password' name='new_password' id='new_password' disabled - onkeyup="testPasswordCss(\$('new_password').value)" onfocus="nextfield= 'repeated_password';"} - {else} - {factory type='password' name='new_password' id='new_password' - onkeyup="testPasswordCss(\$('new_password').value)" onfocus="nextfield= 'repeated_password';"} - {/if} + {factory type='password' name='new_password' id='new_password' + onkeyup="testPasswordCss(\$('new_password').value)" onfocus="nextfield= 'repeated_password';"} - {if $proposalSelected} - {factory type='password' name='repeated_password' id='repeated_password' disabled - onfocus="nextfield= 'password_finish';"} - {else} - {factory type='password' name='repeated_password' id='repeated_password' - onfocus="nextfield= 'password_finish';"} - {/if} + {factory type='password' name='repeated_password' id='repeated_password' onfocus="nextfield= 'password_finish';"} @@ -124,9 +110,36 @@