Code

Updated divlists.
[gosa.git] / plugins / admin / fai / remove.tpl
index 2d1deeec49657d471a08be9bf91d0c66dae2d7f0..10bf93dc5e9a70ac838f3c6b6c3a1334d40636a2 100644 (file)
@@ -4,15 +4,21 @@
 
 <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>
- {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_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>