Code

Fixed application removal
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Nov 2009 09:32:24 +0000 (09:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Nov 2009 09:32:24 +0000 (09:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14796 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/remove.tpl

index 7fef781fc7cc55a9c6512ffe70925fb6d4f90e0b..7735c280ec1e126e35c5b6247b10485a8754e936 100644 (file)
@@ -2,22 +2,16 @@
   <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
 </div>
 <p>
{$intro}
{t}This may be used by several groups. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
 {$info}
 {t}This may be a primary user group. Please double check if you really want to do this since there is no way for GOsa to get your data back.{/t}
 </p>
+
 <p>
- {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
 {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
 </p>
 
 <p class="plugbottom">
-       {if $multiple}
-               <input type=submit name="delete_multiple_application_confirm" value="{msgPool type=delButton}">
-               &nbsp;
-               <input type=submit name="delete_multiple_application_cancel" value="{msgPool type=cancelButton}">
-       {else}
-               <input type=submit name="delete_app_confirm" value="{msgPool type=delButton}">
-               &nbsp;
-               <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
-       {/if}
+  <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+  &nbsp;
+  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
 </p>
-