Code

100a1f88826efa42d4a1813b3f0cdc8e01a5f37c
[gosa.git] / gosa-core / plugins / admin / users / remove.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 rules, imap settings, etc. for this user. 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>
13 <hr>
14 <div class="plugin-actions">
15   <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
16   <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
17 </div>