Code

Removed a couple of normalize_preg calls
[gosa.git] / gosa-plugins / goto / admin / applications / remove.tpl
index 2f78d8d1081d91f553509dfec121452dfec175bd..7fef781fc7cc55a9c6512ffe70925fb6d4f90e0b 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>
  {$intro}
 
 <p class="plugbottom">
        {if $multiple}
-               <input type=submit name="delete_multiple_application_confirm" value="{t}Delete{/t}">
+               <input type=submit name="delete_multiple_application_confirm" value="{msgPool type=delButton}">
                &nbsp;
                <input type=submit name="delete_multiple_application_cancel" value="{msgPool type=cancelButton}">
        {else}
-               <input type=submit name="delete_app_confirm" value="{t}Delete{/t}">
+               <input type=submit name="delete_app_confirm" value="{msgPool type=delButton}">
                &nbsp;
                <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
        {/if}