summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c8c3ca)
raw | patch | inline | side by side (parent: 9c8c3ca)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2012 08:50:19 +0000 (08:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2012 08:50:19 +0000 (08:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@21133 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/default/password.tpl | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/default/password.tpl b/gosa-core/ihtml/themes/default/password.tpl
index 0dfc2f5fb05934202a59c2a1d57508ce0828c38b..41675fdc7c71af31b22a517e394697454bb69582 100644 (file)
{$php_errors}
{if $changed}
-<div class='success'">
+<div class='success'>
<img class='center' src='images/true.png' alt='{t}Success{/t}' title='{t}Success{/t}'> <b>{t}Your password has been changed successfully.{/t}</b>
</div>
{else}
</tr>
<tr>
<td>{t}Current password{/t}</td>
- <td><input type='password' name='current_password' maxlength='40' value='' title='{t}Current password{/t}' onFocus="nextfield= 'new_password';"></td>
+ <td><input type='password' name='current_password' value='' title='{t}Current password{/t}' onFocus="nextfield= 'new_password';"></td>
</tr>
<tr>
<td>{t}New password{/t}</td>
- <td><input type='password' name='new_password' id="new_password" maxlength='40' value='' title='{t}New password{/t}' onFocus="nextfield= 'new_password_repeated';" onkeyup="testPasswordCss(document.getElementById('new_password').value);"></td>
+ <td><input type='password' name='new_password' id="new_password" value='' title='{t}New password{/t}' onFocus="nextfield= 'new_password_repeated';" onkeyup="testPasswordCss(document.getElementById('new_password').value);"></td>
</tr>
<tr>
<td>{t}New password repeated{/t}</td>
- <td><input type='password' name='new_password_repeated' maxlength='40' value='' title='{t}New password repeated{/t}' onFocus="nextfield= 'apply';"></td>
+ <td><input type='password' name='new_password_repeated' value='' title='{t}New password repeated{/t}' onFocus="nextfield= 'apply';"></td>
</tr>
<tr>
<td>{t}Password strength{/t}</td>