Admin HTML Markup Clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-27 09:50:44 +00:00
parent 773c18bde2
commit 12ca869ccd
75 changed files with 2992 additions and 3093 deletions

View file

@ -4,12 +4,12 @@
<div class="layer boxModelController" style="display:block">
<h4 class="xeAdmin">{$lang->category}</h4>
<h3 class="h3">{$lang->category}</h3>
<button class="xButton" type="button" onclick="hideCategoryInfo();return false" ><span>{$lang->cmd_close}</span></button>
<div class="layerBody">
<table cellspacing="0" class="rowTable">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<!--@if($category_info->parent_category_title)-->
<tr>
<th scope="row"><div>{$lang->parent_category_title}</div></th>
@ -62,7 +62,7 @@
</th>
</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">