mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Member module bootstrap UI fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12575 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce7f0a0f23
commit
2e78fda33a
17 changed files with 92 additions and 92 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$member_title = $lang->cmd_view_scrapped_document}</h1>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<table class="table table-striped table-hover">
|
||||
<caption>Total: {number_format($total_count)}, Page: {number_format($page)}/{number_format($total_page)}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21,11 +21,11 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="x_pagination x_pagination-centered">
|
||||
<div class="pagination pagination-centered">
|
||||
<ul>
|
||||
<li><a href="{getUrl('page','','module_srl','')}">« {$lang->first_page}</a></li>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<li class="x_active"|cond="$page == $page_no"><a href="{getUrl('page',$page_no,'module_srl','')}">{$page_no}</a></li>
|
||||
<li class="active"|cond="$page == $page_no"><a href="{getUrl('page',$page_no,'module_srl','')}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
<li><a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue