Code

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