Code

removed unique remove templates, added one in the theme directory
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 13:54:10 +0000 (13:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 13:54:10 +0000 (13:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16771 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 626674d193aea56efd14d581a348a5fe12ec6464..9def195e6f43937eb01871eb80fa36898f74356d 100644 (file)
@@ -314,7 +314,7 @@ class management
       $smarty = get_smarty();
       $smarty->assign("info", msgPool::deleteInfo($dns_names,_($this->objectName)));
       $smarty->assign("multiple", true);
-      return($smarty->fetch(get_template_path('remove.tpl', TRUE)));
+      return($smarty->fetch(get_template_path('removeEntries.tpl')));
     }
   }