From f43f25cf7bab9f8e36e9b2e7744815fdae9c571f Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 25 Oct 2010 12:38:31 +0000 Subject: [PATCH] =?UTF-8?q?2010-10-25=20=20Ra=C3=BAl=20Mateos=20=20=09*=20images/control*.png:=20Added=20two=20s?= =?UTF-8?q?mall=20images=20for=20sound=20control=20in=20setup.=20=09*=20go?= =?UTF-8?q?dmode/setup/setup.php:=20Use=20added=20images.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3455 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/setup/setup.php | 14 +++++++------- pandora_console/images/control_pause.png | Bin 0 -> 721 bytes pandora_console/images/control_play.png | Bin 0 -> 717 bytes 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 pandora_console/images/control_pause.png create mode 100644 pandora_console/images/control_play.png diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7373a4d546..5cb934ab10 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-10-25 Raúl Mateos + + * images/control*.png: Added two small images for sound control in setup. + + * godmode/setup/setup.php: Use added images. + 2010-10-25 Junichi Satoh * godmode/agentes/module_manager_editor_network.php: Added enterprise diff --git a/pandora_console/godmode/setup/setup.php b/pandora_console/godmode/setup/setup.php index 4c7fda4ed3..1474e9305f 100644 --- a/pandora_console/godmode/setup/setup.php +++ b/pandora_console/godmode/setup/setup.php @@ -111,33 +111,33 @@ $table->data[19][1] = print_input_text ('timezone', $config["timezone"], '', 25, $sounds = get_sounds(); $table->data[20][0] = __('Sound for Alert fired'); $table->data[20][1] = print_select($sounds, 'sound_alert', $config['sound_alert'], 'replaySound(\'alert\');', '', '', true); -$table->data[20][1] .= ' '; +$table->data[20][1] .= ' '; $table->data[20][1] .= '
'; $table->data[21][0] = __('Sound for Monitor critical'); $table->data[21][1] = print_select($sounds, 'sound_critical', $config['sound_critical'], 'replaySound(\'critical\');', '', '', true); -$table->data[21][1] .= ' '; +$table->data[21][1] .= ' '; $table->data[21][1] .= '
'; $table->data[22][0] = __('Sound for Monitor warning'); $table->data[22][1] = print_select($sounds, 'sound_warning', $config['sound_warning'], 'replaySound(\'warning\');', '', '', true); -$table->data[22][1] .= ' '; +$table->data[22][1] .= ' '; $table->data[22][1] .= '
'; ?>