Code

Updated buttons
[gosa.git] / gosa-plugins / goto / addons / goto / remove.tpl
index 5598ba601b1d99e210583b530e85c3c487c28167..ca744a4a9069e7137254e6fcb9cd11b096fb2017 100644 (file)
@@ -1,5 +1,5 @@
 <div style="font-size:18px;">
- <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
+ <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
 </div>
 <p>
   {$info}
@@ -9,12 +9,16 @@
  {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>