Code

Fixed proxy account (squid). Selection of worktime filtering wasn't working.
[gosa.git] / gosa-plugins / gofon / gofon / macro / remove.tpl
index 4dbd248c545d6a329e79419beb8b38027c987964..e4c851f142349997ad333f65b5ec861182a20ea7 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_macro_confirm" value="{t}Delete{/t}">
+               <input type=submit name="delete_multiple_macro_confirm" value="{msgPool type=delButton}">
                &nbsp;
-               <input type=submit name="delete_multiple_macro_cancel" value="{t}Cancel{/t}">
+               <input type=submit name="delete_multiple_macro_cancel" value="{msgPool type=cancelButton}">
        {else}
-               <input type=submit name="delete_macro_confirm" value="{t}Delete{/t}">
+               <input type=submit name="delete_macro_confirm" value="{msgPool type=delButton}">
                &nbsp;
-               <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+               <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
        {/if}
 </p>