2009-11-03 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager_editor_plugin.php: fix the size of field "Plugin parameters". Fixes: 2888996 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2074 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1e7a64e9d3
commit
047b8a1be7
|
@ -1,3 +1,8 @@
|
|||
2009-11-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||
* godmode/agentes/module_manager_editor_plugin.php: fix the size of field
|
||||
"Plugin parameters".
|
||||
Fixes: 2888996
|
||||
|
||||
2009-11-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||
* godmode/users/configure_user.php: fix to set the admin user when
|
||||
you create new user.
|
||||
|
|
|
@ -51,7 +51,7 @@ push_table_simple ($data, 'plugin_2');
|
|||
$data = array ();
|
||||
$data[0] = __('Plugin parameters');
|
||||
$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, '', 255, 255, true);
|
||||
$table_simple->colspan['plugin_3'][1] = 3;
|
||||
|
||||
push_table_simple ($data, 'plugin_3');
|
||||
|
|
Loading…
Reference in New Issue