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:
mdtrooper 2010-05-24 13:52:17 +00:00
parent 8c45b71fe1
commit 9da4830e31
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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').'&nbsp;'.print_radio_button ('compact_header', 1, '', $config["compact_header"], true).'&nbsp;&nbsp;';
$table->data[11][1] .= __('No').'&nbsp;'.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').'&nbsp;'.print_radio_button ('compact_header', 1, '', $config["compact_header"], true).'&nbsp;&nbsp;';
//$table->data[11][1] .= __('No').'&nbsp;'.print_radio_button ('compact_header', 0, '', $config["compact_header"], true);
$table->data[12][0] = __('Use realtime statistics');
$table->data[12][1] = __('Yes').'&nbsp;'.print_radio_button ('realtimestats', 1, '', $config["realtimestats"], true).'&nbsp;&nbsp;';