diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-02 15:31:09 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:53 +0100 |
commit | 8fd434886b5d5ec1e2471732d53c92724ab04fa4 (patch) | |
tree | fe2d6a3d2d9bc0950cf81334fe47d067a46dd8ca /tpl/default/pluginsadmin.html | |
parent | 7a50e56a6373c572cf5589d7dd427ae2b07edb36 (diff) | |
download | Shaarli-8fd434886b5d5ec1e2471732d53c92724ab04fa4.tar.gz Shaarli-8fd434886b5d5ec1e2471732d53c92724ab04fa4.tar.zst Shaarli-8fd434886b5d5ec1e2471732d53c92724ab04fa4.zip |
Minor adjustments
Diffstat (limited to 'tpl/default/pluginsadmin.html')
-rw-r--r-- | tpl/default/pluginsadmin.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index 29f6e15e..ac38db97 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html | |||
@@ -137,7 +137,7 @@ | |||
137 | <div class="pure-g"> | 137 | <div class="pure-g"> |
138 | <div class="pure-u-lg-1-6 pure-u-1-8"></div> | 138 | <div class="pure-u-lg-1-6 pure-u-1-8"></div> |
139 | <div class="pure-u-lg-2-3 pure-u-3-4 page-form page-form-light"> | 139 | <div class="pure-u-lg-2-3 pure-u-3-4 page-form page-form-light"> |
140 | <h2>{'Plugin configuration'|t}</h2> | 140 | <h2 class="window-title">{'Plugin configuration'|t}</h2> |
141 | <section id="plugin_parameters"> | 141 | <section id="plugin_parameters"> |
142 | <div> | 142 | <div> |
143 | {if="count($enabledPlugins)==0"} | 143 | {if="count($enabledPlugins)==0"} |
@@ -153,12 +153,12 @@ | |||
153 | <label for="{$key}"> | 153 | <label for="{$key}"> |
154 | <code>{$key}</code> | 154 | <code>{$key}</code> |
155 | {if="isset($value.desc)"} | 155 | {if="isset($value.desc)"} |
156 | {$value.desc} | 156 | · {$value.desc} |
157 | {/if} | 157 | {/if} |
158 | </label> | 158 | </label> |
159 | </div> | 159 | </div> |
160 | <div class="float_input"> | 160 | <div class="float_input"> |
161 | <input name="{$key}" value="{$value}" id="{$key}" type="text" /> | 161 | <input name="{$key}" value="{$value.value}" id="{$key}" type="text" /> |
162 | </div> | 162 | </div> |
163 | </div> | 163 | </div> |
164 | {/loop} | 164 | {/loop} |