Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / remove.tpl
index e1740e7affdb19a14b68846d07dddea5bcfdaedc..dc5dbb2bdf99fbc2318fa53d002a25308498805b 100644 (file)
@@ -1,18 +1,23 @@
 <div style="font-size:18px;">
-<img src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
+<img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
 </div>
-
 <p>
  {$warning}
- {t}This includes <b>all</b> system and setup informations. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
+ {t}This includes all system and setup informations. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
 </p>
 
 <p>
- {t}Best thing to do before performing this action would be to save the current contents of your LDAP tree in a file. So - if you've done so - press <i>Delete</i> to continue or <i>Cancel</i> to abort.{/t}
+ {t}Best thing to do before performing this action would be to save the current contents of your LDAP tree in a file. So - if you've done so - press 'Delete' to continue or 'Cancel' to abort.{/t}
 </p>
 
 <p class="plugbottom">
-  <input type=submit name="delete_terminal_confirm" value="{t}Delete{/t}">
-  &nbsp;
-  <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+       {if $multiple}
+               <input type=submit name="delete_multiple_system_confirm" value="{t}Delete{/t}">
+               &nbsp;
+               <input type=submit name="delete_multiple_system_cancel" value="{t}Cancel{/t}">
+       {else}
+               <input type=submit name="delete_terminal_confirm" value="{t}Delete{/t}">
+               &nbsp;
+               <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+       {/if}
 </p>