Code

Updated buttons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 14:38:29 +0000 (14:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 14:38:29 +0000 (14:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16651 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/addressbook/addons/addressbook/address_edit.tpl
gosa-plugins/addressbook/addons/addressbook/dial.tpl
gosa-plugins/addressbook/addons/addressbook/remove.tpl

index aaed9079936a46717b4bc95936fce073be285ac6..c1460614e6bfed9644dcfc3a22c565f7423bdaa0 100644 (file)
                        </table>
 
                        <p align=right>
-                       <input type="submit" name="save" value="{msgPool type=saveButton}">
-                       <input type="submit" name="cancel" value="{msgPool type=cancelButton}">
+                       <button type='submit' name='save'>{msgPool type=saveButton}</button>
+
+                       <button type='submit' name='cancel'>{msgPool type=cancelButton}</button>
+
                        </p>
 
                </td>
index 0cc150995568af60b8852fc2e48daa534d591d17..1bb21afd6b5b89b09500d0f9a0d1e638440eec7d 100644 (file)
@@ -7,7 +7,9 @@
  <div style="height:50px;">&nbsp;</div>
  <a style="font-size:22px"><img alt="" src="{$phone_image}" align=middle>{$dial_info}</a>
  <div style="height:60px;">&nbsp;</div>
- <input type='submit' name='dial' id="dial" value='{t}Dial{/t}'>&nbsp;<input type='submit' name='cancel' value='{msgPool type=cancelButton}'>
+ <button type='submit' name='dial' id="dial">{t}Dial{/t}</button>&nbsp;
+<button type='submit' name='cancel'>{msgPool type=cancelButton}</button>
+
 
 </td>
 
index 9195e6e2a3ffc87dc00409dce926cda612e1592a..9330e624a13897e3eafa166c0289b4ad8aa2d178 100644 (file)
@@ -12,7 +12,9 @@
 
 <hr>
 <div class="plugin-actions">
-  <input type=submit name="delete_entry_confirm" value="{msgPool type=delButton}">
-  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='delete_entry_confirm'>{msgPool type=delButton}</button>
+
+  <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
 </div>