From af8b2ee4ed6065fed2dc745f425ad47640faaecc Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 13 Oct 2008 07:29:40 +0000 Subject: [PATCH] Updated iframe for unitTagging. -Unit tagging wasn't working with the POST checks in main.php (php_c_check) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12668 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/departments/class_departmentGeneric.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc index e85198432..d0273c1e0 100644 --- a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc +++ b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc @@ -487,9 +487,13 @@ class department extends plugin if(!$OnlySetTagFlag){ $this->must_be_tagged = FALSE; echo '

 

'; - echo "
-
-
"; + echo "
". + "
". + "
". + "". + "". + "
". + "
"; echo "" ; } } -- 2.30.2