Code

Updated buttons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 14:40:37 +0000 (14:40 +0000)
committerhickert <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

gosa-core/plugins/admin/users/password.tpl
gosa-core/plugins/admin/users/remove.tpl
gosa-core/plugins/admin/users/template.tpl
gosa-core/plugins/admin/users/templatize.tpl

index dfec5255164f8bef1b7fd9251ca537b2b06a839a..b10253475919ff806c3144b94600c4dd42d77834 100644 (file)
 
 <hr>
 <div class="plugin-actions">
 
 <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'>
 </div>
 
 <input type='hidden' id='formSubmit'>
index 100a1f88826efa42d4a1813b3f0cdc8e01a5f37c..acc717b005e241feaee56cda6167be4049fe261d 100644 (file)
@@ -12,7 +12,9 @@
 
 <hr>
 <div class="plugin-actions">
 
 <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>
 
 </div>
 
index 48505daa6c71af72776be72fa8607578038d60e0..b61c29b9869a99e1cec3fec6f3adf73bf2998eef 100644 (file)
 
 <hr>
 <div class="plugin-actions">
 
 <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>
 
 
 </div>
 
 
index faf6f3d9ce7ab486c48f084eb7d5745000c99529..d2ba50c8eb6105fbbe669be042a122bb3e52eafb 100644 (file)
 
 <hr>
 <div class="plugin-actions">
 
 <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}
 </div>
 
 {else}
@@ -33,7 +35,8 @@
 
   <hr>
   <div class="plugin-actions">
 
   <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}
   </div>
 
 {/if}