Browse Source

Merge pull request '#741 组织成员列表翻页按钮底部居中显示' (#1282) from fix-741 into V20220110

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1282
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
tags/v1.22.1.1^2
zhoupzh 3 years ago
parent
commit
228a6635d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/paginate.tmpl

+ 1
- 1
templates/base/paginate.tmpl View File

@@ -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">&nbsp;{{$.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}}>


Loading…
Cancel
Save