From: hickert Date: Thu, 18 Mar 2010 14:00:47 +0000 (+0000) Subject: updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=db34d700d5c2c417f64dfdb6bb18ae0dee4c73bd;p=gosa.git updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16917 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc b/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc index 3324452f5..2ee14a838 100644 --- a/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc +++ b/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc @@ -200,8 +200,6 @@ class phoneGeneric extends plugin $smarty->assign($name."ACL",$this->getacl($name)); } - $smarty->assign("staticAddress","*");// $this->config->idepartments); - /* Create Arrays for samrty select boxes */ $smarty->assign("categories", array("SIP","IAX","CAPI")); $smarty->assign("goFonTypes", array("peer" =>"peer" ,"user" =>"user" ,"friend" =>"friend"));