summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 82d830e)
raw | patch | inline | side by side (parent: 82d830e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:55:51 +0000 (10:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:55:51 +0000 (10:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17616 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/modern/accountexpired.tpl | [deleted file] | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/modern/accountexpired.tpl b/gosa-core/ihtml/themes/modern/accountexpired.tpl
+++ /dev/null
@@ -1,74 +0,0 @@
-<body style="background-color: #8B858B;background-image:none;">
-{* GOsa login - smarty template *}
-{$php_errors}
-{$errors}
-
-<!-- Spacer for some browsers -->
-<div class='gosaLoginSpacer'></div>
-
-<table summary="" class='gosaLoginMask' style="text-align:right;" align='center'>
- <tr>
- <td class='gosaAccountExpiredBack' style="width:550px;">
- <div class='gosaAccountExpiredBack'>
-
- <p class='gosaAccountExpiredHeader'>
- {t}Your password has expired. Please choose a new one!{/t}
- </p>
-
- <!-- Formular data, containing a table to center fields -->
- <form action='index.php' method='post' name='mainform' onSubmit='js_check(this);return true;'>
- <table summary="">
-
- <tr>
- <td>
- <p> {t}Old password{/t}</p>
- </td>
- <td>
- <input type='password' name='oldpassword' maxlength='25' value=''
- title='{t}Old password{/t}' onFocus="nextfield= 'newpassword';">
- </td>
- </tr>
- <tr>
- <td>
- <p> {t}New password{/t}</p>
- </td>
- <td>
- <input type='password' name='newpassword' maxlength='25' value=''
- title='{t}New password{/t}' onFocus="nextfield= 'verifypassword';">
- </td>
- </tr>
- <tr>
- <td>
- <p> {t}Verify password{/t}</p>
- </td>
- <td>
- <input type='password' name='verifypassword' maxlength='25' value=''
- title='{t}Verify password{/t}' onFocus="nextfield= 'changepassword';">
- </td>
- </tr>
- <tr>
- <td colspan='2' style='text-align:center;'>
- <br />
- <button type='submit' name='changepassword' title='{t}Click here to change your password{/t}'>{t}Change password{/t}</button>
- </td>
- </tr>
- </table>
- <input type='hidden' name='javascript' value='false'/>
- </form>
-
- </div>
- </td>
- </tr>
-</table>
-
-<!-- Place cursor in username field -->
-<script language="JavaScript" type="text/javascript">
- <!-- // First input field on page
- nextfield= "{$nextfield}";
- focus_field({$nextfield});
- -->
-</script>
-
-<!-- Spacer for some browsers -->
-<div class='gosaLoginSpacer'></div>
-</body>