[Notice] Announcing the End of Demo Server [Read me]
BlueMir 2012-11-26
disable go last page or go first page on pagination. pagination can't go last page or first page. because it is general template, it maybe very hard. so implement later.
pagination can't go last page or first page.
because it is general template, it maybe very hard.
so implement later.
@76e1bd48c2bbb284f0c2311712d53faa585021d0
app/views/pagination.scala.html
--- app/views/pagination.scala.html
+++ app/views/pagination.scala.html
@@ -15,7 +15,9 @@
 @makeList(currentPageNum:Int) = {
     <div class="page-navigation-wrap" id="@divId" data-current-page-num="@currentPageNum">
       <ul class="page-nums">
+        <!--
         <li class="page-num ikon"><i class="ico btn-pg-first off"></i></li>
+        -->
         @if(page.hasPrev){
             <li class="page-num ikon"><a href="#" class="pg-prev" pageNum="@page.getPageIndex"><i class="ico btn-pg-prev"></i><span>PREV</span></a></li>
         } else {
@@ -37,7 +39,9 @@
         } else {
             <li class="page-num ikon"><span class="off">NEXT</span><i class="ico btn-pg-next off"></i></li>
         }
+        <!--
         <li class="page-num ikon"><a href="/html/board-list.html" class="pg-latest"><i class="ico btn-pg-latest"></i></a></li>
+        -->
       </ul>
     </div>
 }
Add a comment
List