Code

Renamed a couple of additional gosa.conf values
[gosa.git] / gosa-core / plugins / admin / acl / remove.tpl
index c9d8311556aeac62e50a7c556931e3e51fc9c1d8..2e74cdcd821f7ca23a5eb3d76faddb8ec7132f8e 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}
 
 <p class="plugbottom">
 {if $is_role}
-  <input type=submit name="delete_acl_role_confirmed" value="{t}Delete{/t}">
+  <input type=submit name="delete_acl_role_confirmed" value="{msgPool type=delButton}">
   &nbsp;
   <input type=submit name="delete_acl_role_cancel" value="{msgPool type=cancelButton}">
 {else}
-  <input type=submit name="delete_acl_confirm" value="{t}Delete{/t}">
+  <input type=submit name="delete_acl_confirm" value="{msgPool type=delButton}">
   &nbsp;
   <input type=submit name="delete_acl_cancel" value="{msgPool type=cancelButton}">
 {/if}