Shout: fix graphic filenames to be more consistent
authorBen Klang <ben@alkaloid.net>
Sun, 28 Mar 2010 16:07:03 +0000 (12:07 -0400)
committerBen Klang <ben@alkaloid.net>
Sun, 28 Mar 2010 16:09:58 +0000 (12:09 -0400)
12 files changed:
shout/lib/Shout.php
shout/templates/accounts/list.inc
shout/templates/devices/list.inc
shout/templates/extensions/list.inc
shout/themes/graphics/add-device.png [deleted file]
shout/themes/graphics/add-extension.gif [deleted file]
shout/themes/graphics/add-extension.png [deleted file]
shout/themes/graphics/conference.png [new file with mode: 0755]
shout/themes/graphics/device-add.png [new file with mode: 0644]
shout/themes/graphics/extension-add.png [new file with mode: 0644]
shout/themes/graphics/extension.png [new file with mode: 0644]
shout/themes/graphics/user.png [deleted file]

index 6291daa..55afb3e 100644 (file)
@@ -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. */
index f768bab..2104769 100644 (file)
@@ -39,7 +39,7 @@
     $addurl = Horde_Util::addParameter($addurl, 'action', 'add');
     ?>
     <li class="button"><a href="<?php echo $addurl; ?>">
-        <?php echo Horde::img('add-extension.png'); ?>&nbsp;New Account
+        <?php echo Horde::img('extension-add.png'); ?>&nbsp;New Account
         </a>
     </li>
 </ul>
\ No newline at end of file
index d500f13..4a8dbe6 100644 (file)
@@ -44,7 +44,7 @@
     $addurl = Horde_Util::addParameter($addurl, 'action', 'add');
     ?>
     <li class="button"><a href="<?php echo $addurl; ?>">
-        <?php echo Horde::img('add-device.png'); ?>&nbsp;New Device
+        <?php echo Horde::img('device-add.png'); ?>&nbsp;New Device
         </a>
     </li>
 </ul>
index f3d63d0..1c98239 100644 (file)
@@ -44,7 +44,7 @@
     $addurl = Horde_Util::addParameter($addurl, 'action', 'add');
     ?>
     <li class="button"><a href="<?php echo $addurl; ?>">
-        <?php echo Horde::img('add-extension.png'); ?>&nbsp;New Extension
+        <?php echo Horde::img('extension-add.png'); ?>&nbsp;New Extension
         </a>
     </li>
 </ul>
diff --git a/shout/themes/graphics/add-device.png b/shout/themes/graphics/add-device.png
deleted file mode 100644 (file)
index faa98d1..0000000
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 (file)
index c343e4b..0000000
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 (file)
index 2cb1485..0000000
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 (executable)
index 0000000..7fb4e1f
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 (file)
index 0000000..faa98d1
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 (file)
index 0000000..2cb1485
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 (file)
index 0000000..8b2c994
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 (file)
index 8b2c994..0000000
Binary files a/shout/themes/graphics/user.png and /dev/null differ