Plugin parameter description: Update the templates to display them

This commit is contained in:
ArthurHoaro 2016-08-02 11:03:55 +02:00
parent 15170b5164
commit 1442afe3cf
2 changed files with 5 additions and 4 deletions

View File

@ -1156,7 +1156,7 @@ ul.errors {
}
#pluginsadmin .plugin_parameter {
padding: 5px 0;
padding: 10px 0;
border-width: 1px 0;
border-style: solid;
border-color: #c0c0c0;
@ -1164,7 +1164,7 @@ ul.errors {
#pluginsadmin .float_label {
float: left;
width: 20%;
width: 40%;
}
#pluginsadmin a {

View File

@ -104,11 +104,12 @@
<div class="plugin_parameter">
<div class="float_label">
<label for="{$key}">
<code>{$key}</code>
<code>{$key}</code><br>
{$value.desc}
</label>
</div>
<div class="float_input">
<input name="{$key}" value="{$value}" id="{$key}"/>
<input name="{$key}" value="{$value.value}" id="{$key}"/>
</div>
</div>
{/loop}