File tree Expand file tree Collapse file tree
com.woltlab.wcf/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55{ /capture }
66
77{ capture assign= ' contentInteractionPagination' }
8- { pages print= true assign= pagesLinks controller= ' NotificationList' link= " pageNo=%d" }
8+ { if $pages > 1}
9+ <woltlab-core-pagination page =" { $pageNo } " count =" { $pages } " url =" { link controller= ' NotificationList' } { /link} " ></woltlab-core-pagination >
10+ { /if }
911{ /capture }
1012
1113{ capture assign= ' contentInteractionButtons' }
8486 </section >
8587
8688 <footer class =" contentFooter" >
87- { hascontent }
89+ { if $ pages > 1 }
8890 <div class =" paginationBottom" >
89- { content } { unsafe: $ pagesLinks } { /content }
91+ < woltlab-core-pagination page = " { $ pageNo } " count = " { $ pages } " url = " { link controller= ' NotificationList ' } { /link } " ></ woltlab-core-pagination >
9092 </div >
91- { /hascontent }
93+ { /if }
9294
9395 { hascontent}
9496 <nav class =" contentFooterNavigation" >
You can’t perform that action at this time.
0 commit comments