Fix issue 263 domain_name for outbound route.

This commit is contained in:
Mark Crane 2012-07-31 17:16:33 +00:00
parent 90a0e23bea
commit 3c80a5924f
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ function type_onchange(dialplan_detail_type) {
if (permission_exists('outbound_route_any_gateway')) {
if ($previous_domain_uuid != $row['domain_uuid']) {
echo "</optgroup>";
echo "<optgroup label='&nbsp; &nbsp;".$_SESSION['domain_name']."'>";
echo "<optgroup label='&nbsp; &nbsp;".$_SESSION['domains'][$row['domain_uuid']]['domain_name']."'>";
}
if ($row['gateway'] == $gateway_name) {
echo "<option value=\"".$row['gateway_uuid'].":".$row['gateway']."\" selected=\"selected\">&nbsp; &nbsp;".$row['gateway']."</option>\n";