Code

Fixed post handling.
[gosa.git] / gosa-plugins / goto / addons / goto / remove.tpl
1 <div style="font-size:18px;">
2  {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
4 </div>
5 <p>
6   {$info}
7 </p>
9 <p>
10  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
11 </p>
13 <hr>
14 <div class="plugin-actions">
15   {if $multiple}
16     <button type='submit' name='delete_multiple_confirm'>{msgPool type=delButton}</button>
18   {else}
19     <button type='submit' name='delete_confirm'>{msgPool type=delButton}</button>
21   {/if}
22   <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
24 </div>