Code

Updated FAI templates
[gosa.git] / gosa-plugins / fai / admin / fai / remove_branch.tpl
1 <div style="font-size:18px;">
2  {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
4 </div>
5 <p>
6   {$info}
7   {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}
8 </p>
10 <p>
11  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
12 </p>
13 <input type='hidden' name='release_hidden' value='{$release_hidden}'>
15 <hr>
16 <div class="plugin-actions">
17   <button type='submit' name='delete_branch_confirm'>{msgPool type=delButton}</button>
19   <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
21 </div>