aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-08-13 14:48:51 +0200
committerGitHub <noreply@github.com>2016-08-13 14:48:51 +0200
commit8758bb0ac8cb68d32122009dbcb977d2f0fad2b0 (patch)
tree586fe98bd463424e152232cb66bee0465e7c74b5 /tpl
parenteec3666ba60b20f1db054102ccbd618d3bb79594 (diff)
parent876533e86801246bef893e7124ce044ebf33239f (diff)
downloadShaarli-8758bb0ac8cb68d32122009dbcb977d2f0fad2b0.tar.gz
Shaarli-8758bb0ac8cb68d32122009dbcb977d2f0fad2b0.tar.zst
Shaarli-8758bb0ac8cb68d32122009dbcb977d2f0fad2b0.zip
Merge pull request #619 from ArthurHoaro/plugins/param-desc
Add a description to plugin parameters
Diffstat (limited to 'tpl')
-rw-r--r--tpl/pluginsadmin.html5
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}