Code

1c938342c53514b1d7f74755e072c0ec84d6d232
[gosa.git] / plugins / admin / groups / remove.tpl
1 <div style="font-size:18px;">
2   <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
3 </div>
4 <p>
5   {$info}
6   {t}This may be a primary user group. Please double check if you really want to do this since there is no way for GOsa to get your data back.{/t}
7 </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">
15   {if $multiple}
16   <input type=submit name="delete_multiple_groups_confirm" value="{t}Delete{/t}">
17   &nbsp;
18   <input type=submit name="delete_multiple_group_cancel" value="{t}Cancel{/t}">
19   {else}
20   <input type=submit name="delete_group_confirm" value="{t}Delete{/t}">
21   &nbsp;
22   <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
23   {/if}
26 </p>