Code

Apply patch from mba for #4170
[gosa.git] / trunk / gosa-plugins / fai / admin / fai / 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  {$warning}
7  {t}This includes 'all' object information. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
8 </p>
10 <p>
11  {t}Best thing to do before performing this action would be to save the current contents of your LDAP tree in a file. So - if you've done so - press 'Delete' to continue or 'Cancel' to abort.{/t}
12 </p>
14 <p class="plugbottom">
15 {if $multiple}
16         <input type=submit name="delete_multiple_fai_object_confirm" value="{msgPool type=delButton}">
17         &nbsp;
18         <input type=submit name="delete_multiple_fai_object_cancel" value="{msgPool type=cancelButton}">
19 {else}
20         <input type=submit name="delete_terminal_confirm" value="{msgPool type=delButton}">
21         &nbsp;
22         <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
23 {/if}
24 </p>