mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@730 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c812b59861
commit
a754922e08
3 changed files with 74 additions and 7 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<div class="plugin_header">{$lang->skin}</div>
|
||||
<div class="plugin_body">
|
||||
<select name="skin" onchange="doDisplaySkinColorset(this);return false;">
|
||||
<select name="skin" onchange="doDisplaySkinColorset(this,'');return false;" id="plugin_skin">
|
||||
<option value=""> </option>
|
||||
<!--@foreach($skin_list as $key => $val)-->
|
||||
<option value="{$key}">{$val->title} ({$key})</option>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<div id="colorset_area" style="display:none">
|
||||
<div class="plugin_header">{$lang->colorset}</div>
|
||||
<div class="plugin_body">
|
||||
<select name="colorset">
|
||||
<select name="colorset" id="plugin_colorset">
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -70,3 +70,7 @@
|
|||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window, "load", doFillPluginVars);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue