From b9f2653a82b7ef194cfdf0cae6604fefa1b0d7c7 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 30 May 2014 17:23:02 +0000 Subject: [PATCH] 2014-05-30 Miguel de Dios * operation/events/sound_events.php: fixed the break image. Incident: #844 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10057 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 +++++ .../operation/events/sound_events.php | 23 +++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d7426b21cf..b2bc924af2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-05-30 Miguel de Dios + + * operation/events/sound_events.php: fixed the break image. + + Incident: #844 + 2014-05-30 Miguel de Dios * extensions/files_repo/files_repo_list.php: fixed PHP warnings. diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index 658d1d8db6..1cd0682e8b 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -44,24 +44,23 @@ if (! check_acl ($config['id_user'], 0, "ER")) { echo ""; echo ""; echo "" . __("Sound Events") . ""; -echo " "; echo ''; echo ''; echo ""; echo ""; -echo html_print_image('images/pandora_header_logo.png', true); +echo html_print_image('images/pandora_logo_head.png', true); echo "

" . __("Sound console"). "

"; $table = null;