From 7a17e3d122a66455089cdbdeb518bd33ebdfa35a Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 17 Jun 2005 19:40:48 +0000 Subject: [PATCH] More phone plugin cleanup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@750 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_phoneGeneric.inc | 4 ++-- plugins/admin/systems/phonesettings.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc index ec60c6e03..dd0ca0ed0 100644 --- a/plugins/admin/systems/class_phoneGeneric.inc +++ b/plugins/admin/systems/class_phoneGeneric.inc @@ -165,10 +165,10 @@ class phoneGeneric extends plugin $smarty->assign("bases", $this->config->idepartments); /* Create Arrays for samrty select boxes */ - $smarty->assign("categories", array("SIP - phones","IAX - phones","CAPI - phones")); + $smarty->assign("categories", array("SIP","IAX","CAPI")); $smarty->assign("goFonTypes", array("peer" =>"peer" ,"user" =>"user" ,"friend" =>"friend")); $smarty->assign("goFonDmtfModes", array("inband" =>"inband" ,"rfc2833"=>"rfc2833" ,"info" =>"info")); - $smarty->assign("goFonAuths", array("plaintext" =>"plaintext" ,"md5" =>"md5" ,"rsa" =>"rsa")); + $smarty->assign("goFonAuths", array("plaintext" =>"plaintext" ,"md5" =>"md5" /*,"rsa" =>"rsa"*/)); $smarty->assign("goFonTrunks", array("yes" =>_("yes") ,"no" => _("no"))); /* deativate all fields that are not used by the specified type */ diff --git a/plugins/admin/systems/phonesettings.tpl b/plugins/admin/systems/phonesettings.tpl index 65e853a02..78c6a6ccf 100644 --- a/plugins/admin/systems/phonesettings.tpl +++ b/plugins/admin/systems/phonesettings.tpl @@ -7,7 +7,7 @@ {t}Phone type{/t}{$staticAddress} - {html_options options=$categories selected=$selected_categorie} -- 2.30.2