From: Ben Klang Date: Sun, 28 Mar 2010 16:07:03 +0000 (-0400) Subject: Shout: fix graphic filenames to be more consistent X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=67bcdb5bb430e5936ab93baa7e9d4a472fe24a59;p=horde.git Shout: fix graphic filenames to be more consistent --- diff --git a/shout/lib/Shout.php b/shout/lib/Shout.php index 6291daafc..55afb3e13 100644 --- a/shout/lib/Shout.php +++ b/shout/lib/Shout.php @@ -27,8 +27,9 @@ class Shout $menu = new Horde_Menu(Horde_Menu::MASK_ALL); $menu->add(Horde::applicationUrl('dialplan.php'), _("Incoming Calls"), "dialplan.png"); - $menu->add(Horde::applicationUrl('extensions.php'), _("Extensions"), "user.png"); + $menu->add(Horde::applicationUrl('extensions.php'), _("Extensions"), "extension.png"); $menu->add(Horde::applicationUrl('devices.php'), _("Devices"), "shout.png"); + $menu->add(Horde::applicationUrl('conferences.pngp'), _("Conferences"), "conference.png"); //$menu->add(Horde::applicationUrl('recordings.php'), _("Recordings"), "recordings.png"); /* Administration. */ diff --git a/shout/templates/accounts/list.inc b/shout/templates/accounts/list.inc index f768bab80..210476905 100644 --- a/shout/templates/accounts/list.inc +++ b/shout/templates/accounts/list.inc @@ -39,7 +39,7 @@ $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?>
  • -  New Account +  New Account
  • \ No newline at end of file diff --git a/shout/templates/devices/list.inc b/shout/templates/devices/list.inc index d500f13ff..4a8dbe669 100644 --- a/shout/templates/devices/list.inc +++ b/shout/templates/devices/list.inc @@ -44,7 +44,7 @@ $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?>
  • -  New Device +  New Device
  • diff --git a/shout/templates/extensions/list.inc b/shout/templates/extensions/list.inc index f3d63d071..1c982393d 100644 --- a/shout/templates/extensions/list.inc +++ b/shout/templates/extensions/list.inc @@ -44,7 +44,7 @@ $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?>
  • -  New Extension +  New Extension
  • diff --git a/shout/themes/graphics/add-device.png b/shout/themes/graphics/add-device.png deleted file mode 100644 index faa98d1e0..000000000 Binary files a/shout/themes/graphics/add-device.png and /dev/null differ diff --git a/shout/themes/graphics/add-extension.gif b/shout/themes/graphics/add-extension.gif deleted file mode 100644 index c343e4b8e..000000000 Binary files a/shout/themes/graphics/add-extension.gif and /dev/null differ diff --git a/shout/themes/graphics/add-extension.png b/shout/themes/graphics/add-extension.png deleted file mode 100644 index 2cb148567..000000000 Binary files a/shout/themes/graphics/add-extension.png and /dev/null differ diff --git a/shout/themes/graphics/conference.png b/shout/themes/graphics/conference.png new file mode 100755 index 000000000..7fb4e1f1e Binary files /dev/null and b/shout/themes/graphics/conference.png differ diff --git a/shout/themes/graphics/device-add.png b/shout/themes/graphics/device-add.png new file mode 100644 index 000000000..faa98d1e0 Binary files /dev/null and b/shout/themes/graphics/device-add.png differ diff --git a/shout/themes/graphics/extension-add.png b/shout/themes/graphics/extension-add.png new file mode 100644 index 000000000..2cb148567 Binary files /dev/null and b/shout/themes/graphics/extension-add.png differ diff --git a/shout/themes/graphics/extension.png b/shout/themes/graphics/extension.png new file mode 100644 index 000000000..8b2c9946c Binary files /dev/null and b/shout/themes/graphics/extension.png differ diff --git a/shout/themes/graphics/user.png b/shout/themes/graphics/user.png deleted file mode 100644 index 8b2c9946c..000000000 Binary files a/shout/themes/graphics/user.png and /dev/null differ