mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 1258 fixed. CSS issue.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10232 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a9387b55a
commit
1bae812afb
7 changed files with 8 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="insertConfig" action="./" method="post">
|
||||
<form ruleset="insertConfig" action="./" method="post" class="form">
|
||||
<input type="hidden" name="act" value="procIntegration_searchAdminInsertConfig" />
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="target_module_srl" id="target_module_srl" value="{$config->target_module_srl}" />
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
<tr>
|
||||
<th scope="row">{$lang->sample_code}</th>
|
||||
<td >
|
||||
<textarea readonly="readonly">{$sample_code}</textarea>
|
||||
<textarea readonly="readonly" rows="4" cols="42">{$sample_code}</textarea>
|
||||
<p>{$lang->about_sample_code}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<th scope="row">{$lang->colorset}</th>
|
||||
<td >
|
||||
<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"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue