class 명을 기존 jPicker 와 달리 써서 충돌 회피

혹시 한 페이지에 함께 불러오더라도 충돌을 회피함.
This commit is contained in:
MinSoo Kim 2016-02-06 18:46:02 +09:00
parent 3288d504d2
commit f9987347a5
12 changed files with 26 additions and 25 deletions

View file

@ -129,7 +129,7 @@
</block>
<block cond="$var->type == 'colorpicker'">
{@ $use_colorpicker = true; }
<input type="color" class="color-indicator" name="{$name}" id="{$name}" value="{$var->value}" />
<input type="color" class="rx-spectrum" name="{$name}" id="{$name}" value="{$var->value}" />
<p id="categoy_color_help" hidden style="margin:8px 0 0 0">{$lang->about_category_color}</p>
</block>
<p class="x_help-block">{$var->description}</p>