Admin HTML Markup Clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-27 12:53:33 +00:00
parent 0634424830
commit 024a234f6a
74 changed files with 732 additions and 838 deletions

View file

@ -21,8 +21,8 @@
<table width="100%" border="1" cellspacing="0">
<thead>
<tr>
<th scope="col" class="half_wide"><div>{$lang->title}</div></th>
<th scope="col" class="half_wide"><div>{$lang->alias}</div></th>
<th scope="col">{$lang->title}</th>
<th scope="col">{$lang->alias}</th>
<th scope="col"></th>
</tr>
</thead>
@ -36,7 +36,7 @@
{@ $bFirst = false; }
<!--@end-->
<td>{$val->alias_title}</td>
<td><a href="#" onclick="deleteByFilter('{$val->alias_srl}', delete_alias);"><img src="images/buttonDeleteX.gif" alt="" /></a>
<td><button type="button" onclick="deleteByFilter('{$val->alias_srl}', delete_alias);">Delete</button>
</td>
</tr>
<!--@end-->
@ -44,9 +44,9 @@
<tr>
<!--@end-->
<td>
<input type="text" class="inputTypeText fixWidth" name="alias_title" />
<input type="text" name="alias_title" />
</td>
<td><span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s"class="btnSubmit" /></span></td>
<td><span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span></td>
</tr>
</tbody>
</table>