mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
포인트 모듈 관리자의 회원 포인트 목록에서 Total Count, Page 표시
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
219b7eb6a2
commit
b5c539a2d8
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
|||
|
||||
<!--@if($module=='admin')-->
|
||||
<div class="header4">
|
||||
<!-- Á¤º¸ -->
|
||||
<!--@if($total_count)-->
|
||||
<div class="summary">
|
||||
<strong>Total</strong> <em>{number_format($total_count)}</em>, Page <em>{number_format($page)}/{number_format($total_page)}</em>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<ul class="localNavigation">
|
||||
<li <!--@if($act=='dispPointAdminConfig')-->class="on"<!--@end-->><a href="{getUrl('act','dispPointAdminConfig')}">{$lang->cmd_point_config}</a></li>
|
||||
<li <!--@if($act=='dispPointAdminModuleConfig')-->class="on"<!--@end-->><a href="{getUrl('act','dispPointAdminModuleConfig')}">{$lang->cmd_point_module_config}</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue