Code

e4e075aa3027df1de96f6c242222967f00f9360d
[gosa.git] / plugins / admin / departments / 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 includes 'all' accounts, systems, etc. in this subtree. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
7 </p>
9 <p>
10  {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}
11 </p>
13 <p class="plugbottom">
14         {if $multiple}
15                 <input type=submit name="delete_multiple_department_confirm" value="{t}Delete{/t}">
16                 &nbsp;
17                 <input type=submit name="delete_multiple_department_cancel" value="{t}Cancel{/t}">
18                 {else}
19                 <input type=submit name="delete_department_confirm" value="{t}Delete{/t}">
20                 &nbsp;
21                 <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
22         {/if}
23 </p>