Document, Comment UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12041 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-02 07:52:43 +00:00
parent 86011ab063
commit 1367687ee7
6 changed files with 193 additions and 203 deletions

View file

@ -2,9 +2,3 @@
<div class="x_page-header">
<h1>{$lang->comment} {$lang->cmd_management}</h1>
</div>
<div class="x_tabbable">
<ul class="x_nav x_nav-tabs">
<li <!--@if($act=='dispCommentAdminList')-->class="x_active"<!--@end-->><a href="{getUrl('act','dispCommentAdminList')}">{$lang->comment_list}</a></li>
<li <!--@if($act=='dispCommentAdminDeclared')-->class="x_active"<!--@end-->><a href="{getUrl('act','dispCommentAdminDeclared')}">{$lang->cmd_declared_list}</a></li>
</ul>
</div>