Code

16177a3c3b416a47a07230c45ac173b881a2918f
[gosa.git] / plugins / admin / users / remove.tpl
1 <div style="font-size:18px;">
2  <img src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
3 </div>
5 <p>
6   {$info}
7   {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}
8 </p>
10 <p>
11  {t}So - if you're sure - press <i>Delete</i> to continue or <i>Cancel</i> to abort.{/t}
12 </p>
14 <p class="plugbottom">
15   <input type=submit name="delete_user_confirm" value="{t}Delete{/t}">
16   &nbsp;
17   <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
18 </p>