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:
chschy 2012-11-22 06:53:57 +00:00
parent db1d1bc4b6
commit 6cb2b49153
2 changed files with 21 additions and 2 deletions

View file

@ -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-->