* godmode/setup/setup.php: Expanded time zone text box to 25 chars
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2513 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
39996464c6
commit
c77ee83654
|
@ -1,3 +1,18 @@
|
|||
2010-03-18 Eric Ross <eric.ross.c@gmail.com>
|
||||
|
||||
* godmode/setup/setup.php: Expanded time zone text box to 25 chars
|
||||
|
||||
2010-03-18 Eric Ross <eric.ross.c@gmail.com>
|
||||
|
||||
Ported old graphics for the log4x data.
|
||||
|
||||
* include/Image/Graph/Plot/Bubble.php: New chart type: bubble
|
||||
* include/Image/Graph.php: Add the new bubble chart to the available charts
|
||||
* include/functions.php: Refactoring way to get type of graph from module type
|
||||
* operation/agentes/estado_ultimopaquete.php: Added links to access log4x graphics
|
||||
* include/fgraph.php: Add log4x graphics rutines.
|
||||
* operation/agentes/stat_win.php: Add support to show log4x graphic.
|
||||
|
||||
2010-03-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/config_process.php, install.php: change version number.
|
||||
|
|
|
@ -106,7 +106,7 @@ $table->data[16][1] = __('Yes').' '.print_radio_button ('activate_gis', 1,
|
|||
$table->data[16][1] .= __('No').' '.print_radio_button ('activate_gis', 0, '', $config["activate_gis"], true);
|
||||
|
||||
$table->data[19][0] = __('Timezone setup');
|
||||
$table->data[19][1] = print_input_text ('timezone', $config["timezone"], '', 15, 15, true);
|
||||
$table->data[19][1] = print_input_text ('timezone', $config["timezone"], '', 25, 25, true);
|
||||
|
||||
enterprise_hook ('setup');
|
||||
|
||||
|
|
Loading…
Reference in New Issue