From fa151c07f7f508d1feb10378061d5cbf08ee5089 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Mar 2010 13:54:10 +0000 Subject: [PATCH] removed unique remove templates, added one in the theme directory git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16771 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 626674d19..9def195e6 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -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'))); } } -- 2.30.2