From 9da4830e3149e50642cc2eafa62ec1360cc2864b Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 24 May 2010 13:52:17 +0000 Subject: [PATCH] 2010-05-24 Miguel de Dios * 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 --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/setup/performance.php | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 942d7da87e..2297390cc8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-05-24 Miguel de Dios + + * 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 * include/config_process.php: fixed test php trace level constant diff --git a/pandora_console/godmode/setup/performance.php b/pandora_console/godmode/setup/performance.php index 98f8b0aa6f..0511c03fdf 100644 --- a/pandora_console/godmode/setup/performance.php +++ b/pandora_console/godmode/setup/performance.php @@ -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).'  ';