summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 344d82a)
raw | patch | inline | side by side (parent: 344d82a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:37 +0000 (14:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:37 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16699 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-core/plugins/admin/users/password.tpl b/gosa-core/plugins/admin/users/password.tpl
index dfec5255164f8bef1b7fd9251ca537b2b06a839a..b10253475919ff806c3144b94600c4dd42d77834 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="password_finish" value="{t}Set password{/t}">
- <input type=submit name="password_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='password_finish'>{t}Set password{/t}</button>
+
+ <button type='submit' name='password_cancel'>{msgPool type=cancelButton}</button>
+
</div>
<input type='hidden' id='formSubmit'>
index 100a1f88826efa42d4a1813b3f0cdc8e01a5f37c..acc717b005e241feaee56cda6167be4049fe261d 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
- <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
+
+ <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
</div>
diff --git a/gosa-core/plugins/admin/users/template.tpl b/gosa-core/plugins/admin/users/template.tpl
index 48505daa6c71af72776be72fa8607578038d60e0..b61c29b9869a99e1cec3fec6f3adf73bf2998eef 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="template_continue" value="{t}Continue{/t}">
- <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='template_continue'>{t}Continue{/t}</button>
+
+ <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
+
</div>
diff --git a/gosa-core/plugins/admin/users/templatize.tpl b/gosa-core/plugins/admin/users/templatize.tpl
index faf6f3d9ce7ab486c48f084eb7d5745000c99529..d2ba50c8eb6105fbbe669be042a122bb3e52eafb 100644 (file)
<hr>
<div class="plugin-actions">
- <input type=submit name="templatize_continue" value="{msgPool type=applyButton}">
- <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='templatize_continue'>{msgPool type=applyButton}</button>
+
+ <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
+
</div>
{else}
<hr>
<div class="plugin-actions">
- <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
+
</div>
{/if}