From 63402ac0133c560e138a7b1f8e30710dccb31403 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 8 Aug 2013 00:49:18 -0400 Subject: [PATCH] Easier access to help text -- on mouseover of the table row, instead of only when clicking on the input box. --- plugins/settings/templates/settings.tmpl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/settings/templates/settings.tmpl b/plugins/settings/templates/settings.tmpl index 2bffa25..59e8972 100644 --- a/plugins/settings/templates/settings.tmpl +++ b/plugins/settings/templates/settings.tmpl @@ -11,7 +11,8 @@ #def row($i, $key, $section, $source) #set $j = $i%2 - + $key: #if $key in $source @@ -20,8 +21,7 @@ #set $value='' #end if #if $key == 'type' - #for $p in $plugins #if $p == $value @@ -32,8 +32,7 @@ #else + onChange="saveNotify();" value="$value" type="text"> #end if -- 2.11.4.GIT