mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
에디터 컴포넌트 설정 버튼 및 설정 팝업 css 조절
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3042 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
559e987765
commit
d05dbf66f1
2 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<td class="tahoam">{$xml_info->version}</td>
|
||||
<td class="blue"><a href="{$xml_info->author->link}" onclick="window.open(this.href);return false;">{$xml_info->author->name}</a></td>
|
||||
<td class="tahoma">{$xml_info->author->date}</td>
|
||||
<td class="tahoma">
|
||||
<td class="red">
|
||||
<!--@if($xml_info->extra_vars)-->
|
||||
<a href="#" onclick="doSetupComponent('{$component_name}'); return false;">{$lang->cmd_setup}</a>
|
||||
<!--@else-->
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!--%import("filter/setup_component.xml")-->
|
||||
|
||||
<div id="popHeadder">
|
||||
<h1>{$lang->cmd_setup}</h1>
|
||||
<h3>{$lang->cmd_setup}</h3>
|
||||
</div>
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, setup_component);">
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<tr>
|
||||
<th scope="row">{$val->title}</th>
|
||||
<td>
|
||||
<input type="text" name="{$key}" value="{$val->value}" class="inputTypeText" />
|
||||
<input type="text" name="{$key}" value="{$val->value}" class="inputTypeText w400" />
|
||||
<p>{$val->description}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue