Code

replaced plugbottom by pluin-actions
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 14:40:53 +0000 (14:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 14:40:53 +0000 (14:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16233 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/remove.tpl

index 975c107c021c6ccdd3d64de57fd4ca252bf492b1..10c8e0c49ef1ab9dc935f38169ad95e1db1fe7bc 100644 (file)
@@ -9,12 +9,13 @@
  {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}
+<hr>
+<div class="plugin-actions">
+  {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>
+</div>