Code

Updated trunk, introduced gosa-core
[gosa.git] / plugins / admin / devices / remove.tpl
1 <div style="font-size:18px;">
2   <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
3 </div>
4 <p>
5  {$intro}
6  {t}This may be used by several users/groups. 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>
9  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
10 </p>
12 <p class="plugbottom">
13         {if $multiple}
14                 <input type=submit name="delete_multiple_device_confirm" value="{t}Delete{/t}">
15                 &nbsp;
16                 <input type=submit name="delete_multiple_device_cancel" value="{t}Cancel{/t}">
17         {else}
18                 <input type=submit name="delete_device_confirm" value="{t}Delete{/t}">
19                 &nbsp;
20                 <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
21         {/if}
22 </p>