Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / goto / addons / goto / remove.tpl
1 <div style="font-size:18px;">
2  <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
3 </div>
4 <p>
5   {$info}
6 </p>
8 <p>
9  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
10 </p>
12 <hr>
13 <div class="plugin-actions">
14   {if $multiple}
15     <input type=submit name="delete_multiple_confirm" value="{msgPool type=delButton}">
16   {else}
17     <input type=submit name="delete_confirm" value="{msgPool type=delButton}">
18   {/if}
19   <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
20 </div>