[Notice] Announcing the End of Demo Server [Read me]

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
... | ... | @@ -15,7 +15,9 @@ |
15 | 15 |
@makeList(currentPageNum:Int) = { |
16 | 16 |
<div class="page-navigation-wrap" id="@divId" data-current-page-num="@currentPageNum"> |
17 | 17 |
<ul class="page-nums"> |
18 |
+ <!-- |
|
18 | 19 |
<li class="page-num ikon"><i class="ico btn-pg-first off"></i></li> |
20 |
+ --> |
|
19 | 21 |
@if(page.hasPrev){ |
20 | 22 |
<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> |
21 | 23 |
} else { |
... | ... | @@ -37,7 +39,9 @@ |
37 | 39 |
} else { |
38 | 40 |
<li class="page-num ikon"><span class="off">NEXT</span><i class="ico btn-pg-next off"></i></li> |
39 | 41 |
} |
42 |
+ <!-- |
|
40 | 43 |
<li class="page-num ikon"><a href="/html/board-list.html" class="pg-latest"><i class="ico btn-pg-latest"></i></a></li> |
44 |
+ --> |
|
41 | 45 |
</ul> |
42 | 46 |
</div> |
43 | 47 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?