Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / goto / addons / goto / remove.tpl
index 10c8e0c49ef1ab9dc935f38169ad95e1db1fe7bc..d61aac0e1adb2caeba4a7929b2611a96302b1729 100644 (file)
@@ -1,5 +1,6 @@
 <div style="font-size:18px;">
- <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
+ {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
+
 </div>
 <p>
   {$info}
 <hr>
 <div class="plugin-actions">
   {if $multiple}
-    <input type=submit name="delete_multiple_confirm" value="{msgPool type=delButton}">
+    <button type='submit' name='delete_multiple_confirm'>{msgPool type=delButton}</button>
+
   {else}
-    <input type=submit name="delete_confirm" value="{msgPool type=delButton}">
+    <button type='submit' name='delete_confirm'>{msgPool type=delButton}</button>
+
   {/if}
-  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+  <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
 </div>