Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / remove.tpl
index f9e2cc4af09c34d7423721ff6e80ecf7e3954e03..dc5dbb2bdf99fbc2318fa53d002a25308498805b 100644 (file)
@@ -3,7 +3,7 @@
 </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>
 </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>