From: Ben Klang Date: Sat, 9 Jan 2010 20:29:58 +0000 (-0500) Subject: Shout: Tweaks to js per jslint.com X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9155d2163b2c02b1207b2d24b8f3e4063c3ad95f;p=horde.git Shout: Tweaks to js per jslint.com --- 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 @@