Call Center Agents: If selected as Contact, show Gateway name instead of UUID.

Call Center Agent Edit: Set width on Contact select box.
This commit is contained in:
Nate Jones
2015-04-14 00:25:59 +00:00
parent 9437791df4
commit bbe24cc75f
2 changed files with 30 additions and 13 deletions

View File

@@ -389,7 +389,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<td class='vtable' align='left'>\n";
//switch_select_destination(select_type, select_label, select_name, select_value, select_style, action);
switch_select_destination("call_center_contact", "", "agent_contact", $agent_contact, "", "");
switch_select_destination("call_center_contact", "", "agent_contact", $agent_contact, "width: 350px;", "");
echo "<br />\n";
echo $text['description-contact']."\n";