summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aac00d1)
raw | patch | inline | side by side (parent: aac00d1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Jun 2005 19:40:48 +0000 (19:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Jun 2005 19:40:48 +0000 (19:40 +0000) |
plugins/admin/systems/class_phoneGeneric.inc | patch | blob | history | |
plugins/admin/systems/phonesettings.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index ec60c6e03e151ab8105d9cb435db6b1c43a6fa38..dd0ca0ed08ae50b12edf6616943b5bbf7ca180ac 100644 (file)
$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 */
index 65e853a02a07cf13bccbb205a24e8f4f3a6a0277..78c6a6ccf3fde0c703200a88b58f3f06230ab432 100644 (file)
<tr>
<td>
{t}Phone type{/t}{$staticAddress}
- <select size="1" name="selected_categorie" title="{t}Choose a phone type{/t}" style="width:200px;" onchange="mainform.submit();">
+ <select size="1" name="selected_categorie" title="{t}Choose a phone type{/t}" onchange="mainform.submit();">
{html_options options=$categories selected=$selected_categorie}
</select>
<input type="submit" value="{t}refresh{/t}" name="refresh">