summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05a00f7)
raw | patch | inline | side by side (parent: 05a00f7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 29 Nov 2006 11:47:52 +0000 (11:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 29 Nov 2006 11:47:52 +0000 (11:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5248 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index e036269a5a7948e959656a3bf6c6f2c25390f3bd..4b6150907e36730c139f50a84ead3af7cb087a43 100644 (file)
var $netConfigDNS;
/* attribute list for save action */
- var $attributes= array("cn", "description", "base",
+ var $attributes= array("cn", "description",
"goFonType","goFonDmtfMode","goFonHost","goFonDefaultIP",
"goFonQualify","goFonAuth","goFonSecret","goFonInkeys","goFonOutkey",
"goFonTrunk","goFonAccountCode","goFonMSN","selected_categorie","goFonPermit","goFonDeny"
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index 47401c5bcc632085668ffe7640b244b4fd17497e..a840bca11218f1b620feb68aca70fad1fc6abe88 100644 (file)
}
/* Assign base ACL */
- $smarty->assign("baseACL" , $this->getacl("base"));
$smarty->assign("bases" , $this->get_allowed_bases());
/* Assign attributes */
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 0676dca180d9892edaeaf8b8bd4f921e98c95487..7a4bbe8959026a9f7726144d7c0d1be1ee7b830d 100644 (file)
/* Fill templating stuff */
$smarty= get_smarty();
- /* Create base acls */
- $smarty->assign("baseACL", $this->getacl("base"));
-
/* Set acls */
$tmp = $this->plInfo();
foreach($tmp['plProvidedAcls'] as $name => $translation){