2013-11-12 Miguel de Dios <miguel.dedios@artica.es>

* operation/agentes/networkmap.php: changed the size of the field
	for the name of networkmap.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9058 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-12 10:35:35 +00:00
parent cec518e70f
commit 0d8d875cdc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-11-12 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: changed the size of the field
for the name of networkmap.
2013-11-12 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/map_builder.php: added ids to the links for to

View File

@ -304,7 +304,7 @@ $table->width = '95%';
$table->class = 'databox';
$table->data = array();
$table->data[0][] = __('Name:') . '&nbsp;' .
html_print_input_text ('name', $name, '', 10, 25, true);
html_print_input_text ('name', $name, '', 25, 50, true);
$table->data[0][] = __('Group:') . '&nbsp;' .
html_print_select_groups(false, 'AR', false, 'group', $group, '', 'All', 0, true);
if ($activeTab == 'groups' || $activeTab == 'policies') {