2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/setup/setup_visuals.php: Added custom logo in visual styles. Fixes: #3419712 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5199 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
66b07c6ebd
commit
ee0ee26a8c
|
@ -1,3 +1,10 @@
|
|||
2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/setup/setup_visuals.php: Added custom logo in visual
|
||||
styles.
|
||||
|
||||
Fixes: #3419712
|
||||
|
||||
2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/events/events.php: Fixed sound event popup over https.
|
||||
|
|
|
@ -95,10 +95,10 @@ $table->data[13][0] = __('Flash charts') . ui_print_help_tip(__('Whether to use
|
|||
$table->data[13][1] = __('Yes').' '.html_print_radio_button ('flash_charts', 1, '', $config["global_flash_charts"], true).' ';
|
||||
$table->data[13][1] .= __('No').' '.html_print_radio_button ('flash_charts', 0, '', $config["global_flash_charts"], true);
|
||||
|
||||
if (!defined ('PANDORA_ENTERPRISE')){
|
||||
$table->data[14][0] = __('Custom logo') . ui_print_help_icon("custom_logo", true);
|
||||
$table->data[14][1] = html_print_select (list_files ('images/custom_logo', "png", 1, 0), 'custom_logo', $config["custom_logo"], '', '', '', true);
|
||||
}
|
||||
|
||||
$table->data[14][0] = __('Custom logo') . ui_print_help_icon("custom_logo", true);
|
||||
$table->data[14][1] = html_print_select (list_files ('images/custom_logo', "png", 1, 0), 'custom_logo', $config["custom_logo"], '', '', '', true);
|
||||
|
||||
|
||||
$values = array ();
|
||||
$values[5] = human_time_description_raw (5);
|
||||
|
|
Loading…
Reference in New Issue