summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98dd2e0)
raw | patch | inline | side by side (parent: 98dd2e0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Apr 2006 11:27:47 +0000 (11:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Apr 2006 11:27:47 +0000 (11:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2993 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_phoneGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index 62322f574abf0ed70d3e05f3967fbcec5caf37e2..2ac553d1bd03cd43a291bda7148aef5a2204aa69 100644 (file)
/* Fill templating stuff */
$smarty= get_smarty();
$smarty->assign("bases", $this->config->idepartments);
+ $smarty->assign("staticAddress","<font class=\"must\">*</font>");// $this->config->idepartments);
/* Create Arrays for samrty select boxes */
$smarty->assign("categories", array("SIP","IAX","CAPI"));