From 6892d24d14badc8020181001fdcd82b834d452b9 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sun, 28 Mar 2010 15:58:43 -0400 Subject: [PATCH] Shout: fix clicking on buttons outside text --- shout/templates/accounts/list.inc | 2 +- shout/templates/devices/list.inc | 2 +- shout/templates/dialplan/edit.inc | 7 ++++--- shout/templates/extensions/list.inc | 2 +- shout/templates/recordings/list.inc | 20 ++++++++++---------- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/shout/templates/accounts/list.inc b/shout/templates/accounts/list.inc index 210476905..cde395ab2 100644 --- a/shout/templates/accounts/list.inc +++ b/shout/templates/accounts/list.inc @@ -38,7 +38,7 @@ $addurl = Horde::applicationUrl('admin.php'); $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?> -
  • +
  •  New Account
  • diff --git a/shout/templates/devices/list.inc b/shout/templates/devices/list.inc index 4a8dbe669..8ce1d50a0 100644 --- a/shout/templates/devices/list.inc +++ b/shout/templates/devices/list.inc @@ -43,7 +43,7 @@ $addurl = Horde::applicationUrl('devices.php'); $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?> -
  • +
  •  New Device
  • diff --git a/shout/templates/dialplan/edit.inc b/shout/templates/dialplan/edit.inc index 6ca77ee1d..ed1bfd376 100644 --- a/shout/templates/dialplan/edit.inc +++ b/shout/templates/dialplan/edit.inc @@ -41,11 +41,12 @@ $addurl = Horde::applicationUrl('dialplan.php'); $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?> - -
  • + +
  • +  New Menu +
  • -
  •  Edit Menu
  •  Delete Menu
  • diff --git a/shout/templates/extensions/list.inc b/shout/templates/extensions/list.inc index 1c982393d..848cc20b1 100644 --- a/shout/templates/extensions/list.inc +++ b/shout/templates/extensions/list.inc @@ -43,7 +43,7 @@ $addurl = Horde::applicationUrl('extensions.php'); $addurl = Horde_Util::addParameter($addurl, 'action', 'add'); ?> -
  • +
  •  New Extension
  • diff --git a/shout/templates/recordings/list.inc b/shout/templates/recordings/list.inc index dc4f6f46e..87bae6c1f 100644 --- a/shout/templates/recordings/list.inc +++ b/shout/templates/recordings/list.inc @@ -1,14 +1,4 @@
    - Account:
    @@ -43,3 +33,13 @@ ?> + -- 2.11.0