|
1 | 1 | <ff-paging class="col-xs-12 pagination-options" unresolved> |
2 | 2 | <ff-paging-set state="currentPage == 1"> |
3 | 3 | <div class="prev-link ffw-page-item-container ffw-cursor">← {{ translate({ ident: "PREVIOUS" }) }}</div> |
4 | | - <ff-paging-item type="currentLink -1">{{ '{{page}}' }}</ff-paging-item> |
5 | | - <ff-paging-item type="currentLink" class="active">{{ '{{page}}' }}</ff-paging-item> |
6 | | - <ff-paging-item type="currentLink +1">{{ '{{page}}' }}</ff-paging-item> |
7 | | - <ff-paging-item type="nextLink">{{ translate({ ident: "NEXT" }) }} →</ff-paging-item> |
| 4 | + <ff-paging-item type="currentLink -1"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 5 | + <ff-paging-item type="currentLink" class="active"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 6 | + <ff-paging-item type="currentLink +1"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 7 | + <ff-paging-item type="nextLink"><a href="#">{{ translate({ ident: "NEXT" }) }} →</a></ff-paging-item> |
8 | 8 | </ff-paging-set> |
9 | 9 |
|
10 | 10 | <ff-paging-set state="currentPage == pageCount"> |
11 | | - <ff-paging-item type="previousLink">← {{ translate({ ident: "PREVIOUS" }) }}</ff-paging-item> |
12 | | - <ff-paging-item type="currentLink -1">{{ '{{page}}' }}</ff-paging-item> |
13 | | - <ff-paging-item type="currentLink" class="active">{{ '{{page}}' }}</ff-paging-item> |
14 | | - <ff-paging-item type="currentLink +1">{{ '{{page}}' }}</ff-paging-item> |
15 | | - <div class="next-link ffw-page-item-container ffw-cursor">{{ translate({ ident: "NEXT" }) }} →</div> |
| 11 | + <ff-paging-item type="previousLink"><a href="#">← {{ translate({ ident: "PREVIOUS" }) }}</a></ff-paging-item> |
| 12 | + <ff-paging-item type="currentLink -1"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 13 | + <ff-paging-item type="currentLink" class="active"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 14 | + <ff-paging-item type="currentLink +1"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 15 | + <div class="next-link ffw-page-item-container ffw-cursor"><a href="#">{{ translate({ ident: "NEXT" }) }} →</a></div> |
16 | 16 | </ff-paging-set> |
17 | 17 |
|
18 | 18 | <ff-paging-set state="currentPage > 1 && currentPage < pageCount"> |
19 | | - <ff-paging-item type="previousLink">← {{ translate({ ident: "PREVIOUS" }) }}</ff-paging-item> |
20 | | - <ff-paging-item type="currentLink -1">{{ '{{page}}' }}</ff-paging-item> |
21 | | - <ff-paging-item type="currentLink" class="active">{{ '{{page}}' }}</ff-paging-item> |
22 | | - <ff-paging-item type="currentLink +1">{{ '{{page}}' }}</ff-paging-item> |
23 | | - <ff-paging-item type="nextLink">{{ translate({ ident: "NEXT" }) }} →</ff-paging-item> |
| 19 | + <ff-paging-item type="previousLink"><a href="#">← {{ translate({ ident: "PREVIOUS" }) }}</a></ff-paging-item> |
| 20 | + <ff-paging-item type="currentLink -1"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 21 | + <ff-paging-item type="currentLink" class="active"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 22 | + <ff-paging-item type="currentLink +1"><a href="#">{{ '{{page}}' }}</a></ff-paging-item> |
| 23 | + <ff-paging-item type="nextLink"><a href="#">{{ translate({ ident: "NEXT" }) }} →</a></ff-paging-item> |
24 | 24 | </ff-paging-set> |
25 | 25 | </ff-paging> |
0 commit comments