Code

832cb495df90cb059305431d36b9410d99e8cd38
[gosa.git] / gosa-plugins / fai / admin / fai / remove_branch.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   {t}This includes all account data, system access, etc. for this branch. 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}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
11 </p>
12 <input type='hidden' name='release_hidden' value='{$release_hidden}'>
14 <hr>
15 <div class="plugin-actions">
16   <input type=submit name="delete_branch_confirm" value="{msgPool type=delButton}">
17   <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
18 </div>