Merge branch '884-low-width-in-groups-select-agent-manager-section-dev' into 'develop'

Fixed field

See merge request !623
This commit is contained in:
vgilc 2017-07-05 12:06:54 +02:00
commit ca45db3ba3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ if (!$own_info['is_admin'] && !check_acl ($config['id_user'], 0, "AW"))
$return_all_group = false; $return_all_group = false;
else else
$return_all_group = true; $return_all_group = true;
html_print_select_groups(false, "AR", $return_all_group, "ag_group", $ag_group, 'this.form.submit();', '', 0, false, false, true, '', false, 'width:100px;'); html_print_select_groups(false, "AR", $return_all_group, "ag_group", $ag_group, 'this.form.submit();', '', 0, false, false, true, '', false);
echo "<td>"; echo "<td>";
echo __('Show Agents') . '&nbsp;'; echo __('Show Agents') . '&nbsp;';