summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50efeda)
raw | patch | inline | side by side (parent: 50efeda)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 14:00:47 +0000 (14:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 14:00:47 +0000 (14:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16917 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc b/gosa-plugins/gofon/admin/systems/gofon/class_phoneGeneric.inc
index 3324452f5576dfa147839656b4f76746e48a0161..2ee14a838fd1030f3ebf185a43c44d7a5e704050 100644 (file)
$smarty->assign($name."ACL",$this->getacl($name));
}
- $smarty->assign("staticAddress","<font class=\"must\">*</font>");// $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"));