1
0

Add spacing for custom items in configuration groups

Most notably, this will affect custom theme config options.
This commit is contained in:
Matthias Mees
2015-02-10 12:45:54 +01:00
parent 79e4527163
commit b5af1289f2
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,7 @@
{$cbag_default}
</div>
{elseif $ctype == 'custom'}
<div class="clearfix">
<div class="clearfix custom_item">
<input id="config_{$postKey}_{$config_item}" name="serendipity[{$postKey}][{$config_item}]" type="hidden" value="{$hvalue}">
{$cbag_custom}
</div>