MinSoo Kim 2016-03-13 00:37:04 +09:00
parent 18c5778789
commit f41e3f5907
9 changed files with 20 additions and 19 deletions

View file

@ -49,7 +49,7 @@
<input type="text" name="{$id}" />
</block>
<block cond="$var->type == 'color'">
<input type="color" name="{$id}" value="" id="{$id}" class="rx-spectrum" style="width:178px" />
<input type="text" name="{$id}" value="" id="{$id}" class="rx-spectrum" style="width:178px" />
</block>
<block cond="$var->type == 'textarea'">
<textarea cond="$var->type == 'textarea'" name="{$id}" id="{$id}" rows="8" cols="42"></textarea>