2010-05-24 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/performance.php: hidden option perfomance 'Compact CSS and JS into header' because in more Pandora installations have problems. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2789 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a6261fd4b3
commit
42bf65bc57
|
@ -1,3 +1,9 @@
|
|||
2010-05-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/setup/performance.php: hidden option perfomance
|
||||
'Compact CSS and JS into header' because in more Pandora installations have
|
||||
problems.
|
||||
|
||||
2010-05-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/config_process.php: fixed test php trace level constant
|
||||
|
|
|
@ -73,9 +73,9 @@ $table->data[9][1] = print_input_text ('sla_period', $config["sla_period"], '',
|
|||
$table->data[10][0] = __('Default hours for event view');
|
||||
$table->data[10][1] = print_input_text ('event_view_hr', $config["event_view_hr"], '', 5, 5, true);
|
||||
|
||||
$table->data[11][0] = __('Compact CSS and JS into header');
|
||||
$table->data[11][1] = __('Yes').' '.print_radio_button ('compact_header', 1, '', $config["compact_header"], true).' ';
|
||||
$table->data[11][1] .= __('No').' '.print_radio_button ('compact_header', 0, '', $config["compact_header"], true);
|
||||
//$table->data[11][0] = __('Compact CSS and JS into header');
|
||||
//$table->data[11][1] = __('Yes').' '.print_radio_button ('compact_header', 1, '', $config["compact_header"], true).' ';
|
||||
//$table->data[11][1] .= __('No').' '.print_radio_button ('compact_header', 0, '', $config["compact_header"], true);
|
||||
|
||||
$table->data[12][0] = __('Use realtime statistics');
|
||||
$table->data[12][1] = __('Yes').' '.print_radio_button ('realtimestats', 1, '', $config["realtimestats"], true).' ';
|
||||
|
|
Loading…
Reference in New Issue