mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
Installed addon UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11993 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d27214c4fc
commit
315caed4b0
11 changed files with 97 additions and 185 deletions
|
|
@ -41,11 +41,11 @@
|
|||
<label class="x_control-label" for="{$id}">{$var->name}</label>
|
||||
<div class="x_controls">
|
||||
<div cond="$var->type == 'text'">
|
||||
<input type="text" name="{$id}" class="lang_code" />
|
||||
<input type="text" name="{$id}" />
|
||||
</div>
|
||||
<input cond="$var->type == 'color'" type="text" name="{$id}" value="" id="{$id}" class="color-indicator" style="width:178px" />
|
||||
<div cond="$var->type == 'textarea'">
|
||||
<textarea cond="$var->type == 'textarea'" name="{$id}" id="{$id}" class="lang_code" rows="8" cols="42"></textarea>
|
||||
<textarea cond="$var->type == 'textarea'" name="{$id}" id="{$id}" rows="8" cols="42"></textarea>
|
||||
</div>
|
||||
<select cond="$var->type == 'select'" name="{$id}" id="{$id}" style="width:220px">
|
||||
<option loop="$var->options => $key, $val" value="{$key}">{$val}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue