Code

Fixed field naming
[gosa.git] / gosa-core / plugins / admin / users / remove.tpl
index 805cc7a45e8116c41ee95d5944dfe54d500883fe..100a1f88826efa42d4a1813b3f0cdc8e01a5f37c 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}
  {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_user_confirm" value="{t}Delete{/t}">
-  <input type=submit name="delete_multiple_user_cancel" value="{msgPool type=cancelButton}">
-  {else}
-  <input type=submit name="delete_user_confirm" value="{t}Delete{/t}">
+<hr>
+<div class="plugin-actions">
+  <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
   <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
-  {/if}
-  &nbsp;
-</p>
+</div>