2009-08-17 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/map_builder.php: partially fix the bug ID: 2838013, now you can move the items in the map and Pandora console save the position. But the edition of item data is'nt working although I am working in it. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1853 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4ea27cae57
commit
0a97efabc0
|
@ -36,8 +36,6 @@ if (is_ajax ()) {
|
|||
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
require_once ("include/config.php");
|
||||
|
@ -439,10 +437,7 @@ if (! $edit_layout && ! $id_layout) {
|
|||
$table->data[4][0] = __('Width');
|
||||
$table->data[4][1] = print_input_text ('width', '', '', 5, 5, true);
|
||||
$table->data[5][0] = __('Agent');
|
||||
// $table->data[5][1] = print_select ($agents, 'agent', '', '', '--', 0, true);
|
||||
$table->data[5][1] = print_input_text_extended ('agent', '', 'text-agent', '', 30, 100, false, '',
|
||||
array('style' => 'background: url(images/lightning.png) no-repeat right;'), true)
|
||||
. '<a href="#" class="tip"> <span>' . __("Type two chars at least for search") . '</span></a>';
|
||||
$table->data[5][1] = print_select ($agents, 'agent', '', '', '--', 0, true);
|
||||
$table->data[6][0] = __('Module');
|
||||
$table->data[6][1] = print_select (array (), 'module', '', '', '--', 0, true);
|
||||
$table->data[7][0] = __('Period');
|
||||
|
|
Loading…
Reference in New Issue