2009-11-19 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_components_form_plugin.php: tiny fix in the size of field "plugin_parameter". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2118 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
10cddb35e2
commit
e55ff6b058
|
@ -1,3 +1,8 @@
|
||||||
|
2009-11-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/modules/manage_network_components_form_plugin.php: tiny fix in the
|
||||||
|
size of field "plugin_parameter".
|
||||||
|
|
||||||
2009-11-18 Miguel de Dios <miguel.dedios@artica.es>
|
2009-11-18 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/agentes/exportdata.php: change "search_agents" in the ajax, now
|
* operation/agentes/exportdata.php: change "search_agents" in the ajax, now
|
||||||
|
|
|
@ -41,7 +41,7 @@ push_table_row ($data, 'plugin_2');
|
||||||
$data = array ();
|
$data = array ();
|
||||||
$data[0] = __('Plugin parameters');
|
$data[0] = __('Plugin parameters');
|
||||||
$data[0] .= print_help_icon ('plugin_parameters', true);
|
$data[0] .= print_help_icon ('plugin_parameters', true);
|
||||||
$data[1] = print_input_text ('plugin_parameter', $plugin_parameter, '', 30, 60, true);
|
$data[1] = print_input_text ('plugin_parameter', $plugin_parameter, '', 30, 255, true);
|
||||||
$table->colspan['plugin_3'][1] = 3;
|
$table->colspan['plugin_3'][1] = 3;
|
||||||
|
|
||||||
push_table_row ($data, 'plugin_3');
|
push_table_row ($data, 'plugin_3');
|
||||||
|
|
Loading…
Reference in New Issue