mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12: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>
|
</block>
|
||||||
</div>
|
</div>
|
||||||
</block>
|
</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>
|
<span class="x_help-block">{$var->description}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -153,3 +158,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<iframe name="hiddenIframe" src="about:blank" width="1000px" height="1000px" frameborder="0" style="position:absolute;top:-9999px;left:-9999px"></iframe>
|
<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-->
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section" cond="count($skin_info->extra_vars) > 0">
|
<!--@if(count($skin_info->extra_vars) > 0)-->
|
||||||
|
<section class="section">
|
||||||
<h1>{$lang->extra_vars}</h1>
|
<h1>{$lang->extra_vars}</h1>
|
||||||
<div class="x_control-group" cond="$skin_info->colorset">
|
<div class="x_control-group" cond="$skin_info->colorset">
|
||||||
<label class="x_control-label">{$lang->colorset}</label>
|
<label class="x_control-label">{$lang->colorset}</label>
|
||||||
|
|
@ -117,15 +118,25 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="file" name="{$val->name}" value="" />
|
<input type="file" name="{$val->name}" value="" />
|
||||||
</block>
|
</block>
|
||||||
|
<!--// colorpicker-->
|
||||||
|
<div cond="$val->type == 'colorpicker'">
|
||||||
|
{@ $use_colorpicker = true; }
|
||||||
|
<input type="text" class="color-indicator" 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>
|
||||||
|
|
||||||
<p class="x_help-inline" cond="$val->description">{nl2br(trim($val->description))}</p>
|
<p class="x_help-inline" cond="$val->description">{nl2br(trim($val->description))}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</block>
|
</block>
|
||||||
</section>
|
</section>
|
||||||
|
<!--@end-->
|
||||||
<div class="x_clearfix btnArea">
|
<div class="x_clearfix btnArea">
|
||||||
<div class="x_pull-right">
|
<div class="x_pull-right">
|
||||||
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<!--@if($use_colorpicker)-->
|
||||||
|
<!--%load_js_plugin("ui.colorpicker")-->
|
||||||
|
<!--@end-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue