mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
add extra_vars data type 'color'
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5835 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
12b3d32430
commit
5fc3ef700e
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!--%load_js_plugin("ui.colorpicker")-->
|
||||
<p class="summary">{nl2br($_caption)}</p>
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<tr>
|
||||
|
|
@ -65,6 +66,9 @@
|
|||
<!--@if($var->type == "text")-->
|
||||
<input type="text" name="{$id}" value="" class="inputTypeText fullWidth" />
|
||||
|
||||
<!--@elseif($var->type == "color")-->
|
||||
<input type="text" name="{$id}" value="" class="inputTypeText color-indicator" />
|
||||
|
||||
<!--@elseif($var->type == "textarea")-->
|
||||
<textarea name="{$id}" class="inputTypeTextArea fullWidth"></textarea>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue