2011-11-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor_common.php: Removed entities from agent name. Fixes: #3437885 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5154 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
74f7b9e44e
commit
598a7cea87
|
@ -1,3 +1,10 @@
|
|||
2011-11-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Removed entities
|
||||
from agent name.
|
||||
|
||||
Fixes: #3437885
|
||||
|
||||
2011-11-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/servers/manage_recontask.php
|
||||
|
|
|
@ -123,7 +123,7 @@ $table_simple->style[1] = 'width: 40%';
|
|||
$table_simple->style[2] = 'font-weight: bold; vertical-align: top';
|
||||
|
||||
$table_simple->data[0][0] = __('Name');
|
||||
$table_simple->data[0][1] = html_print_input_text ('name', $name, '', 50, 100, true, $disabledBecauseInPolicy);
|
||||
$table_simple->data[0][1] = html_print_input_text ('name', io_safe_output($name), '', 50, 100, true, $disabledBecauseInPolicy);
|
||||
$table_simple->data[0][2] = __('Disabled');
|
||||
$table_simple->data[0][3] = html_print_checkbox ("disabled", 1, $disabled, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue