Code

Removed do nothing blocks
[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     <button type='submit' name='delete_multiple_confirm'>{msgPool type=delButton}</button>
17   {else}
18     <button type='submit' name='delete_confirm'>{msgPool type=delButton}</button>
20   {/if}
21   <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
23 </div>