From 9155d2163b2c02b1207b2d24b8f3e4063c3ad95f Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sat, 9 Jan 2010 15:29:58 -0500 Subject: [PATCH] Shout: Tweaks to js per jslint.com --- shout/templates/extensions/list.inc | 223 ++++++++++++++++++++---------------- shout/themes/screen.css | 6 + 2 files changed, 132 insertions(+), 97 deletions(-) diff --git a/shout/templates/extensions/list.inc b/shout/templates/extensions/list.inc index fbcf012fc..3e0237649 100644 --- a/shout/templates/extensions/list.inc +++ b/shout/templates/extensions/list.inc @@ -16,7 +16,7 @@ - +
ExtensionNameDestinations E-Mail Address
- + - $attrs = array('onclick' => 'javascript:destinfo("' . $extension . '");', + $attrs = array('onClick' => 'destinfo("' . $extension . '");', 'id' => 'destX' . $extension . 'toggle'); echo Horde::img('tree/plusonly.png', _("Destinations"), $attrs, $registry->getImageDir('horde')); - echo Horde::link($editurl); - echo $info['name']; ?> - + ?>
@@ -62,111 +59,131 @@