에디터 컴포넌트 설정 버튼 및 설정 팝업 css 조절

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3042 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-22 03:58:42 +00:00
parent 559e987765
commit d05dbf66f1
2 changed files with 3 additions and 3 deletions

View file

@ -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-->

View file

@ -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>