Code

Updated table summary
[gosa.git] / gosa-plugins / goto / addons / goto / remove.tpl
index 975c107c021c6ccdd3d64de57fd4ca252bf492b1..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}
  {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="{msgPool type=delButton}">
-{else}
-  <input type=submit name="delete_confirm" value="{msgPool type=delButton}">
-{/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>