Code

Apply patch for #3305
[gosa.git] / trunk / gosa-core / plugins / admin / ogroups / remove.tpl
1 <div style="font-size:18px;">
2   <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
3 </div>
5 <p>
6   {$info}
7   {t}Please double check if you really want to do this since there is no way for GOsa to get your data back.{/t}
8 </p>
9 <p>
10   {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
11 </p>
13 <p class="plugbottom">
14         {if $multiple}
15                 <input type=submit name="delete_multiple_ogroup_confirm" value="{msgPool type=delButton}">
16                 &nbsp;
17                 <input type=submit name="delete_multiple_ogroup_cancel" value="{msgPool type=cancelButton}">
18         {else}
19                 <input type=submit name="delete_group_confirm" value="{msgPool type=delButton}">
20                 &nbsp;
21                 <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
22         {/if}
23 </p>