aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-08-02 11:03:55 +0200
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:29:52 +0100
commit3be3979c63d8092d646cebf2456831136c85cd09 (patch)
tree6a7284a8f980525be0561ecb2e5d72190960cb39 /tpl
parentf47d81248d7bcbb478a67c0d0eb2a876c43b9570 (diff)
downloadShaarli-3be3979c63d8092d646cebf2456831136c85cd09.tar.gz
Shaarli-3be3979c63d8092d646cebf2456831136c85cd09.tar.zst
Shaarli-3be3979c63d8092d646cebf2456831136c85cd09.zip
Plugin parameter description: Update the templates to display them
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}