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:
parent
15941bea61
commit
c051f1b0f9
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue