mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
#18911390 외부 페이지 관리자 화면에서 페이지 수 표시가 정상적으로 안되던 문제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8064 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1fc2614710
commit
affa9becc1
2 changed files with 2 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<caption>Total {number_format($total_count)}, page {number_format($opage)}/{number_format($total_opage)}</caption>
|
||||
<caption>Total {number_format($total_count)}, page {number_format($page)}/{number_format($total_page)}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue