|
|
@@ -1,7 +1,7 @@ |
|
|
|
{{$paginationLink := .Page.GetParams}} |
|
|
|
{{with .Page.Paginater}} |
|
|
|
{{if gt .TotalPages 1}} |
|
|
|
<div class="center page buttons"> |
|
|
|
<div class="center page buttons" style="margin: 0px auto 15px"> |
|
|
|
<div class="ui borderless pagination menu"> |
|
|
|
<a class="{{if .IsFirst}}disabled{{end}} item navigation" {{if not .IsFirst}}href="{{$.Link}}{{if $paginationLink}}?{{$paginationLink}}{{end}}"{{end}}><i class="angle double left icon"></i><span class="navigation_label"> {{$.i18n.Tr "admin.first_page"}}</span></a> |
|
|
|
<a class="{{if not .HasPrevious}}disabled{{end}} item navigation" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}{{if $paginationLink}}&{{$paginationLink}}{{end}}"{{end}}> |
|
|
|