mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
#1077 fixed. About colorset display on the admin page. etc.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f748458ecd
commit
76eee73aac
11 changed files with 21 additions and 20 deletions
|
|
@ -51,10 +51,9 @@
|
|||
<h3 class="h3">{$lang->extra_vars}</h3>
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
|
||||
<tr valign="top">
|
||||
<th scope="row"><div>{$lang->colorset}</div></th>
|
||||
<td >
|
||||
<tr valign="top" cond="$skin_info->colorset">
|
||||
<th scope="row">{$lang->colorset}</th>
|
||||
<td>
|
||||
<!--@foreach($skin_info->colorset as $key => $val)-->
|
||||
<!--@if($val->screenshot)-->
|
||||
{@ $_img_info = getImageSize($val->screenshot); $_height = $_img_info[1]+40; $_width = $_img_info[0]+20; $_talign = "center"; }
|
||||
|
|
@ -84,7 +83,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$val->title}</div></th>
|
||||
<th scope="row">{$val->title}</th>
|
||||
<td >
|
||||
<!--@if($val->type=="text")-->
|
||||
<input type="text" name="{$val->name}" value="{$val->value}" id="target{$val->name}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue