팝업페이지의 제목 태그를 h1 > h3로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-28 02:01:59 +00:00
parent fb6234316e
commit 7de4b0b510
11 changed files with 11 additions and 57 deletions

View file

@ -1,7 +1,7 @@
<!--%import("filter/setup_addon.xml")-->
<div id="popHeadder">
<h1>{$lang->cmd_setup}</h1>
<h3>{$lang->cmd_setup}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, setup_addon);">
@ -28,7 +28,7 @@
<tr>
<th scope="row">{$val->title}</th>
<td>
<input type="text" name="{$val->name}" value="{$val->value}" class="inputTypeText w100" />
<input type="text" name="{$val->name}" value="{$val->value}" class="inputTypeText w400" />
<!--@if($val->description)--><p>{$val->description}</p><!--@end-->
</td>
</tr>