summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d2e2dd7)
raw | patch | inline | side by side (parent: d2e2dd7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:37 +0000 (16:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:37 +0000 (16:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17151 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/users/password.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/password.tpl b/gosa-core/plugins/admin/users/password.tpl
index b10253475919ff806c3144b94600c4dd42d77834..2186bfc3aebe1fed79878356218c2faf6b7fb6c6 100644 (file)
{t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t}
</p>
-<table summary="" cellpadding=4 border=0>
+<table summary="{t}Password input dialog{/t}" cellpadding=4 border=0>
<tr>
<td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
<td><input type="password" id="new_password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';" onkeyup="testPasswordCss(document.getElementById('new_password').value);"></td>