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:
parent
1de8691a46
commit
81b9f14a5d
|
@ -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
|
||||
|
@ -6,7 +11,7 @@
|
|||
* godmode/reporting/visual_console_builder.editor.js,
|
||||
include/functions_visual_map.php: fixed the simple value macros in
|
||||
the editor.
|
||||
|
||||
|
||||
2013-11-11 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* mobile/operation/home.php: Added an option to hide the
|
||||
|
|
|
@ -304,7 +304,7 @@ $table->width = '95%';
|
|||
$table->class = 'databox';
|
||||
$table->data = array();
|
||||
$table->data[0][] = __('Name:') . ' ' .
|
||||
html_print_input_text ('name', $name, '', 10, 25, true);
|
||||
html_print_input_text ('name', $name, '', 25, 50, true);
|
||||
$table->data[0][] = __('Group:') . ' ' .
|
||||
html_print_select_groups(false, 'AR', false, 'group', $group, '', 'All', 0, true);
|
||||
if ($activeTab == 'groups' || $activeTab == 'policies') {
|
||||
|
|
Loading…
Reference in New Issue