mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Merge pull request #218 from misol/pr/layout-colorpicker
Spectrum 컬러피커 추가 등
This commit is contained in:
commit
184cbf704b
67 changed files with 36279 additions and 31 deletions
|
|
@ -117,7 +117,7 @@
|
|||
<!--// colorpicker-->
|
||||
<div cond="$val->type == 'colorpicker'">
|
||||
{@ $use_colorpicker = true; }
|
||||
<input type="text" class="color-indicator" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<input type="color" class="rx-spectrum" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<p id="categoy_color_help" hidden style="margin:8px 0 0 0">{$lang->about_category_color}</p>
|
||||
</div>
|
||||
<a href="#about_{$val->name}" data-toggle class="x_icon-question-sign" cond="$val->description" style="vertical-align:top;margin-top:5px"|cond="$val->type == 'textarea'">{$lang->help}</a>
|
||||
|
|
@ -132,5 +132,5 @@
|
|||
</div>
|
||||
</form>
|
||||
<!--@if($use_colorpicker)-->
|
||||
<!--%load_js_plugin("ui.colorpicker")-->
|
||||
<!--%load_js_plugin("spectrum")-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue