From 67bcdb5bb430e5936ab93baa7e9d4a472fe24a59 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sun, 28 Mar 2010 12:07:03 -0400 Subject: [PATCH] Shout: fix graphic filenames to be more consistent --- shout/lib/Shout.php | 3 ++- shout/templates/accounts/list.inc | 2 +- shout/templates/devices/list.inc | 2 +- shout/templates/extensions/list.inc | 2 +- shout/themes/graphics/add-extension.gif | Bin 83 -> 0 bytes shout/themes/graphics/conference.png | Bin 0 -> 753 bytes shout/themes/graphics/{add-device.png => device-add.png} | Bin .../graphics/{add-extension.png => extension-add.png} | Bin shout/themes/graphics/{user.png => extension.png} | Bin 9 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 shout/themes/graphics/add-extension.gif create mode 100755 shout/themes/graphics/conference.png rename shout/themes/graphics/{add-device.png => device-add.png} (100%) rename shout/themes/graphics/{add-extension.png => extension-add.png} (100%) rename shout/themes/graphics/{user.png => extension.png} (100%) 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-extension.gif b/shout/themes/graphics/add-extension.gif deleted file mode 100644 index c343e4b8e39393ab8cf15602c80776b26e54194a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83 zcmZ?wbhEHb6k!lyXkcW30L7myKqe!D4u}hqVPMkY>02qjcRkM>ksZ7A{Hly!)+%0d eJlnY}^3=5c?t@c(E>6yEO5Ph?A)>*+U=0B13m4Y_ diff --git a/shout/themes/graphics/conference.png b/shout/themes/graphics/conference.png new file mode 100755 index 0000000000000000000000000000000000000000..7fb4e1f1e1cd6ee67d33ffd24f09ddd5c3478bec GIT binary patch literal 753 zcmV(G`SI(6vnfMgxg){D+Lwutc1Si0swhN#FwOv#}l83ts6rCW;r!9Q9l zl<41549yYiq6clJ;(J(YgF_14nmKFB@QK(mo6I~sr{BJxJ$rsp0HSt^ntND0Z;o48 z>O2Ckm9}n?$F`*>$L{;{zT>f+bCm7tpaqw^4q@%k z&cHHt3=3xZmt6rQ_dtDM#)Xwp66-Thu=<9?(zFvpy0gAr0U4Z3smE5f@pZNr!NoqT zEjSPuCQzMw(H;?yvf{+e;!7(;4hv)+d%cjKFiBL%egy0aeCof8z<>rLEjMsF|CBRH z86WcxAYvS6H;Yq)jY1Z-rrjWiu~m;clLmJlDAE7UhMJ*jBxp}s&nQkrZvqDXxsiv3 zSJ78>4W2GFIu$$+Ic&5Pq{1?zhIy(24enCZy35e>z6~XgVx$x%k(+>tPw)9SL~R?4 zs${`1bqjTFC3F)dxIIw>)!QP7$vk+;^#2c5r{lsjtwKYnfnn+j{~{GK;|I8rvPFU z5NbS#W7m)ofjNER&&ggR6fXi0xd4%4143#8JZlhXW+2TN#8b=5@L&-EUlY^cTT=>w zb_~+jfcRCYfdj}H0J49#sP#gtxE~%YBJiQ3AjMgoQJKuMITA}Iz|zizG7pw|7R*XF j=$D`QjOCK>V3B}dL4UFUkhgq600000NkvXXu0mjf1x-zB literal 0 HcmV?d00001 diff --git a/shout/themes/graphics/add-device.png b/shout/themes/graphics/device-add.png similarity index 100% rename from shout/themes/graphics/add-device.png rename to shout/themes/graphics/device-add.png diff --git a/shout/themes/graphics/add-extension.png b/shout/themes/graphics/extension-add.png similarity index 100% rename from shout/themes/graphics/add-extension.png rename to shout/themes/graphics/extension-add.png diff --git a/shout/themes/graphics/user.png b/shout/themes/graphics/extension.png similarity index 100% rename from shout/themes/graphics/user.png rename to shout/themes/graphics/extension.png -- 2.11.0