Code

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

gosa-plugins/goto/admin/systems/ppd/remove_ppd.tpl

index 508b1b925854914e30fb11c37538b2d840692179..2bc722ea801344c51717b7d05e2f05abede4be0c 100644 (file)
@@ -8,8 +8,9 @@
 <p>
  {t}The ppd file will be removed from the server and can not be restored.{/t}
 </p>
-<p class="plugbottom">
+
+<hr>
+<div class="plugin-actions">
   <input type=submit name="delete_ppd_confirm" value="{msgPool type=delButton}">
-  &nbsp;
   <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
-</p>
+</div>