mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Add pagenator to contact list
Move contacts from plugin back to core
This commit is contained in:
parent
daa958ed44
commit
0ec4fc89d4
44 changed files with 1250 additions and 889 deletions
5
rainloop/v/0.0.0/app/templates/Views/Pagenator.html
Normal file
5
rainloop/v/0.0.0/app/templates/Views/Pagenator.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div class="e-pagenator g-ui-user-select-none" data-bind="foreach: $data">
|
||||
<a class="e-page" data-bind="css: { 'current': current, 'custom': custom }, title: title">
|
||||
<span class="e-page-number" data-bind="text: name"></span>
|
||||
</a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue