2013-05-28 Ramon Novoa <rnovoa@artica.es>

* godmode/setup/performance.php: Added a new help it.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2013-05-28 14:33:00 +00:00
parent 15941bea61
commit c051f1b0f9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-05-28 Ramon Novoa <rnovoa@artica.es>
* godmode/setup/performance.php: Added a new help it.
2013-05-28 Miguel de Dios <miguel.dedios@artica.es>
* include/config_process.php: set the timezone in init values for

View File

@ -73,7 +73,7 @@ $table_other->data = array ();
$table_other->size[0] = '70%';
$table_other->size[1] = '30%';
$table_other->data[1][0] = __('Compact interpolation in hours (1 Fine-20 bad)');
$table_other->data[1][0] = __('Compact interpolation in hours (1 Fine-20 bad)') . ui_print_help_tip(__('Data will be compacted in intervals of the specified length.'), true);
$table_other->data[1][1] = html_print_input_text ('step_compact',
$config["step_compact"], '', 5, 5, true);