mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
/comment/tpl/ UI cleaning. Deprecated 'checkboxToggleAll()' function removed. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11888 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
547 B
HTML
10 lines
547 B
HTML
<load target="js/comment_admin.js" usecdn="true" />
|
|
<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>
|