mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
issue 2384 Comment UI refactoring
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11542 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
786f036838
commit
1786194f8d
2 changed files with 8 additions and 10 deletions
|
|
@ -49,14 +49,13 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form action="./" class="pagination">
|
||||
<form action="./" class="x_pagination x_pagination-centered">
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
|
||||
<input cond="$search_target" type="hidden" name="search_target" value="{$search_target}" />
|
||||
|
||||
<div class="x_pagination x_pagination-centered">
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="$page == 1"><a href="{getUrl('page', '')}">«</a></li>
|
||||
<block cond="$page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page && $page_navigation->page_count != $page_navigation->total_page">
|
||||
|
|
@ -85,5 +84,4 @@
|
|||
</block>
|
||||
<li class="x_disabled"|cond="$page == $last_page"><a href="{getUrl('page', $page_navigation->last_page)}">»</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue