mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
issue 2594, layout,module skin pages are needed colopicker option
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12283 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
db1d1bc4b6
commit
6cb2b49153
2 changed files with 21 additions and 2 deletions
|
|
@ -118,6 +118,11 @@
|
|||
</block>
|
||||
</div>
|
||||
</block>
|
||||
<block cond="$var->type == 'colorpicker'">
|
||||
{@ $use_colorpicker = true; }
|
||||
<input type="text" class="color-indicator" 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>
|
||||
<span class="x_help-block">{$var->description}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -153,3 +158,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<iframe name="hiddenIframe" src="about:blank" width="1000px" height="1000px" frameborder="0" style="position:absolute;top:-9999px;left:-9999px"></iframe>
|
||||
<!--@if($use_colorpicker)-->
|
||||
<!--%load_js_plugin("ui.colorpicker")-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue