diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/pluginsadmin.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/pluginsadmin.html b/tpl/pluginsadmin.html index 5ddcf061..966360ea 100644 --- a/tpl/pluginsadmin.html +++ b/tpl/pluginsadmin.html | |||
@@ -104,11 +104,12 @@ | |||
104 | <div class="plugin_parameter"> | 104 | <div class="plugin_parameter"> |
105 | <div class="float_label"> | 105 | <div class="float_label"> |
106 | <label for="{$key}"> | 106 | <label for="{$key}"> |
107 | <code>{$key}</code> | 107 | <code>{$key}</code><br> |
108 | {$value.desc} | ||
108 | </label> | 109 | </label> |
109 | </div> | 110 | </div> |
110 | <div class="float_input"> | 111 | <div class="float_input"> |
111 | <input name="{$key}" value="{$value}" id="{$key}"/> | 112 | <input name="{$key}" value="{$value.value}" id="{$key}"/> |
112 | </div> | 113 | </div> |
113 | </div> | 114 | </div> |
114 | {/loop} | 115 | {/loop} |