Code

Fixed post handling.
[gosa.git] / gosa-plugins / goto / addons / goto / remove.tpl
index 5598ba601b1d99e210583b530e85c3c487c28167..d61aac0e1adb2caeba4a7929b2611a96302b1729 100644 (file)
@@ -1,5 +1,6 @@
 <div style="font-size:18px;">
- <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
+ {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
+
 </div>
 <p>
   {$info}
  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
 </p>
 
-<p class="plugbottom">
-{if $multiple}
-  <input type=submit name="delete_multiple_confirm" value="{t}Delete{/t}">
-{else}
-  <input type=submit name="delete_confirm" value="{t}Delete{/t}">
-{/if}
-  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
-</p>
+<hr>
+<div class="plugin-actions">
+  {if $multiple}
+    <button type='submit' name='delete_multiple_confirm'>{msgPool type=delButton}</button>
+
+  {else}
+    <button type='submit' name='delete_confirm'>{msgPool type=delButton}</button>
+
+  {/if}
+  <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
+</div>