Code

Updated divlists.
[gosa.git] / plugins / admin / fai / remove.tpl
index 40697a9fd07210de247023010dfa527bcfd0df3a..10bf93dc5e9a70ac838f3c6b6c3a1334d40636a2 100644 (file)
@@ -4,7 +4,7 @@
 
 <p>
  {$warning}
- {t}This includes <b>all</b> object 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' object information. 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_fai_object_confirm" value="{t}Delete{/t}">
+       &nbsp;
+       <input type=submit name="delete_multiple_fai_object_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>