Merge pull request from ArthurHoaro/plugins/param-desc

Add a description to plugin parameters
This commit is contained in:
VirtualTam 2016-08-13 14:48:51 +02:00 committed by GitHub
commit 8758bb0ac8
8 changed files with 37 additions and 18 deletions

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}