Sergio Cambra
2014-08-12 56cef7bb22a141f15ec63ae2d9deb03540522c28
display contactname as other forms
1 files modified
2 ■■■ changed files
interface/web/client/domain_edit.php 2 ●●● patch | view | raw | blame | history
interface/web/client/domain_edit.php
@@ -89,7 +89,7 @@
            if(is_array($clients)) {
                foreach( $clients as $client) {
                    $selected = ($client["groupid"] == $tmp_data_record["sys_groupid"])?'SELECTED':'';
                    $client_select .= "<option value='$client[groupid]' $selected>$client[name]</option>\r\n";
                    $client_select .= "<option value='$client[groupid]' $selected>$client[contactname]</option>\r\n";
                }
            }
            $app->tpl->setVar("client_group_id", $client_select);