summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c95b9f)
raw | patch | inline | side by side (parent: 1c95b9f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:50:30 +0000 (10:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:50:30 +0000 (10:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17613 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-core/ihtml/themes/modern/accountexpired.tpl b/gosa-core/ihtml/themes/modern/accountexpired.tpl
index 9755ce5eb173da65a74957aa044db76e1a3fc0d0..f8667e154e2277a6f4fcb10630e0b7922f72d97f 100644 (file)
<!-- Formular data, containing a table to center fields -->
<form action='index.php' method='post' name='mainform' onSubmit='js_check(this);return true;'>
- <table summary="" style='vertical-align:middle; text-align:left;' cellspacing='7' align='center'>
+ <table summary="">
+
<tr>
<td>
<p> {t}Old password{/t}</p>
<tr>
<td colspan='2' style='text-align:center;'>
<br />
- <input type='submit' name='changepassword' value='{t}Change password{/t}'
- title='{t}Click here to change your password{/t}'>
+ <button type='submit' name='changepassword' title='{t}Click here to change your password{/t}'>{t}Change password{/t}</button>
</td>
</tr>
</table>
index d8bf3e9249dec7eda449f9c39d7b702d9cbc973d..32620b25425fcb17ff6f91315e70489ba011f834 100644 (file)
{$forward}
</td>
<td style="text-align:right;">
- <input type='text' name="search_string" size="15" value="{$search_string}" maxlength="50"> <input type="submit" name="search" value="{t}Search{/t}">
+ <input type='text' name="search_string" size="15" value="{$search_string}" maxlength="50"> <button type='submit' name='search'>{t}Search{/t}</button>
+
</td>
</tr>
</table>
diff --git a/gosa-core/ihtml/themes/modern/sizelimit.tpl b/gosa-core/ihtml/themes/modern/sizelimit.tpl
index 276404de807d6a126ca80dd5d47bd884f78644ad..94b226f6a374ea7a0ce9ee0bbe3add848dbed2cd 100644 (file)
<input type="radio" name="action" value="newlimit">{$limit_message}
<p class="plugbottom">
- <input type=submit name="set_size_action" value="{t}Set{/t}">
+ <button type='submit' name='set_size_action'>{t}Set{/t}</button>
+
</p>
<input type="hidden" name="ignore">