From: hickert Date: Mon, 13 Oct 2008 06:45:28 +0000 (+0000) Subject: Updated iframe for unitTagging. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ee4a3ac42a039abdb0765f68391c7dda406ceca;p=gosa.git 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/branches/2.6-lhm@12666 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 "" ; } }