Merge branch '40-ancho-de-los-combobox-integria-4407' into 'develop'

No width limit in graph editor agents selector - #40

See merge request !111
This commit is contained in:
Enrique Camargo 2017-02-02 18:40:48 +01:00
parent c50879c5a5
commit ef253e0743
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ echo "<td style='vertical-align: top;'>".__('Agents')."</td>";
echo "<td></td>"; echo "<td></td>";
echo "<td style='vertical-align: top;'>".__('Modules')."</td>"; echo "<td style='vertical-align: top;'>".__('Modules')."</td>";
echo "</tr><tr>"; echo "</tr><tr>";
echo "<td>".html_print_select (agents_get_group_agents(), 'id_agents[]', 0, false, '', '', true, true, true, '', false, 'width:300px;')."</td>"; echo "<td>".html_print_select (agents_get_group_agents(), 'id_agents[]', 0, false, '', '', true, true, true, '', false, '')."</td>";
echo "<td style='vertical-align: center; text-align: center;'>" . html_print_image("images/darrowright.png", true) . "</td>"; echo "<td style='vertical-align: center; text-align: center;'>" . html_print_image("images/darrowright.png", true) . "</td>";
echo "<td>".html_print_select (array (), 'module[]', 0, false, '', 0, true, true, true, '', false, 'width:300px;')."</td>"; echo "<td>".html_print_select (array (), 'module[]', 0, false, '', 0, true, true, true, '', false, 'width:300px;')."</td>";
echo "</tr><tr>"; echo "</tr><tr>";