|
10 | 10 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_prev_page.png')) ?>"> |
11 | 11 | </ff-paging-item> |
12 | 12 |
|
13 | | - <ff-paging-item type="currentLink -2">{{page}}</ff-paging-item> |
14 | | - <ff-paging-item type="currentLink -1">{{page}}</ff-paging-item> |
15 | | - <ff-paging-item type="currentLink" style="font-weight: bold;">{{page}}</ff-paging-item> |
16 | | - <ff-paging-item type="currentLink +1">{{page}}</ff-paging-item> |
17 | | - <ff-paging-item type="currentLink +2">{{page}}</ff-paging-item> |
| 13 | + <ff-paging-item type="currentLink -2"><a href="#">{{page}}</a></ff-paging-item> |
| 14 | + <ff-paging-item type="currentLink -1"><a href="#">{{page}}</a></ff-paging-item> |
| 15 | + <ff-paging-item type="currentLink" style="font-weight: bold;"><a href="#">{{page}}</a></ff-paging-item> |
| 16 | + <ff-paging-item type="currentLink +1"><a href="#">{{page}}</a></ff-paging-item> |
| 17 | + <ff-paging-item type="currentLink +2"><a href="#">{{page}}</a></ff-paging-item> |
18 | 18 | <ff-paging-item type="nextLink"> |
19 | 19 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_next_page.png')) ?>"> |
20 | 20 | </ff-paging-item> |
|
25 | 25 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_prev_page.png')) ?>"> |
26 | 26 | </ff-paging-item> |
27 | 27 |
|
28 | | - <ff-paging-item type="currentLink -2">{{value}}</ff-paging-item> |
29 | | - <ff-paging-item type="currentLink -1">{{page}}</ff-paging-item> |
30 | | - <ff-paging-item type="currentLink" style="font-weight: bold;">{{page}}</ff-paging-item> |
31 | | - <ff-paging-item type="currentLink +1">{{page}}</ff-paging-item> |
| 28 | + <ff-paging-item type="currentLink -2"><a href="#">{{value}}</a></ff-paging-item> |
| 29 | + <ff-paging-item type="currentLink -1"><a href="#">{{page}}</a></ff-paging-item> |
| 30 | + <ff-paging-item type="currentLink" style="font-weight: bold;"><a href="#">{{page}}</a></ff-paging-item> |
| 31 | + <ff-paging-item type="currentLink +1"><a href="#">{{page}}</a></ff-paging-item> |
32 | 32 | ... |
33 | | - <ff-paging-item type="lastLink">{{page}}</ff-paging-item> |
| 33 | + <ff-paging-item type="lastLink"><a href="#">{{page}}</a></ff-paging-item> |
34 | 34 | <ff-paging-item type="nextLink"> |
35 | 35 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_next_page.png')) ?>"> |
36 | 36 | </ff-paging-item> |
|
41 | 41 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_prev_page.png')) ?>"> |
42 | 42 | </ff-paging-item> |
43 | 43 |
|
44 | | - <ff-paging-item type="firstLink">{{page}}</ff-paging-item> |
| 44 | + <ff-paging-item type="firstLink"><a href="#">{{page}}</a></ff-paging-item> |
45 | 45 | ... |
46 | | - <ff-paging-item type="currentLink -1">{{page}}</ff-paging-item> |
47 | | - <ff-paging-item type="currentLink" style="font-weight: bold;">{{page}}</ff-paging-item> |
48 | | - <ff-paging-item type="currentLink +1">{{page}}</ff-paging-item> |
| 46 | + <ff-paging-item type="currentLink -1"><a href="#">{{page}}</a></ff-paging-item> |
| 47 | + <ff-paging-item type="currentLink" style="font-weight: bold;"><a href="#">{{page}}</a></ff-paging-item> |
| 48 | + <ff-paging-item type="currentLink +1"><a href="#">{{page}}</a></ff-paging-item> |
49 | 49 | ... |
50 | | - <ff-paging-item type="lastLink">{{page}}</ff-paging-item> |
| 50 | + <ff-paging-item type="lastLink"><a href="#">{{page}}</a></ff-paging-item> |
51 | 51 |
|
52 | 52 | <ff-paging-item type="nextLink"> |
53 | 53 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_next_page.png')) ?>"> |
|
58 | 58 | <ff-paging-item type="previousLink"> |
59 | 59 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_prev_page.png')) ?>"> |
60 | 60 | </ff-paging-item> |
61 | | - <ff-paging-item type="firstLink">{{page}}</ff-paging-item> |
| 61 | + <ff-paging-item type="firstLink"><a href="#">{{page}}</a></ff-paging-item> |
62 | 62 | ... |
63 | | - <ff-paging-item type="currentLink -1">{{page}}</ff-paging-item> |
64 | | - <ff-paging-item type="currentLink" style="font-weight: bold;">{{page}}</ff-paging-item> |
65 | | - <ff-paging-item type="currentLink +1">{{page}}</ff-paging-item> |
66 | | - <ff-paging-item type="currentLink +2">{{page}}</ff-paging-item> |
| 63 | + <ff-paging-item type="currentLink -1"><a href="#">{{page}}</a></ff-paging-item> |
| 64 | + <ff-paging-item type="currentLink" style="font-weight: bold;"><a href="#">{{page}}</a></ff-paging-item> |
| 65 | + <ff-paging-item type="currentLink +1"><a href="#">{{page}}</a></ff-paging-item> |
| 66 | + <ff-paging-item type="currentLink +2"><a href="#">{{page}}</a></ff-paging-item> |
67 | 67 |
|
68 | 68 | <ff-paging-item type="nextLink"> |
69 | 69 | <input type="image" class="padd" src="<?= $escaper->escapeUrl($block->getViewFileUrl('Omikron_Factfinder::images/paging_next_page.png')) ?>"> |
|
0 commit comments