diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-02 11:03:55 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-02 11:12:05 +0200 |
commit | 1442afe3cf928815916d73e2b7ff8f176b3a0af1 (patch) | |
tree | 071f54cc4e31ee471fa6e009d32988efd5159e49 /tpl | |
parent | 15170b516429341ae8e1a9ad2111be5ef90bf6aa (diff) | |
download | Shaarli-1442afe3cf928815916d73e2b7ff8f176b3a0af1.tar.gz Shaarli-1442afe3cf928815916d73e2b7ff8f176b3a0af1.tar.zst Shaarli-1442afe3cf928815916d73e2b7ff8f176b3a0af1.zip |
Plugin parameter description: Update the templates to display them
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} |