From c87ac6f1ad772fc4c5a97176077055efbaa448ab Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 15 Mar 2022 10:17:19 -0700 Subject: [PATCH] Add bottom pagination for management lists --- .../correspondent-list/correspondent-list.component.html | 5 +++++ .../document-type-list/document-type-list.component.html | 5 +++++ .../app/components/manage/tag-list/tag-list.component.html | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html index f0d89b0bc..2b0330583 100644 --- a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html +++ b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html @@ -52,3 +52,8 @@ + +
+
{collectionSize, plural, =1 {One correspondent} other {{{collectionSize || 0}} total correspondents}}
+ +
diff --git a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html index 77e488c55..32a47dcd8 100644 --- a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html +++ b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html @@ -50,3 +50,8 @@ + +
+
{collectionSize, plural, =1 {One document type} other {{{collectionSize || 0}} total document types}}
+ +
diff --git a/src-ui/src/app/components/manage/tag-list/tag-list.component.html b/src-ui/src/app/components/manage/tag-list/tag-list.component.html index 3ca89a37f..d51ad7d32 100644 --- a/src-ui/src/app/components/manage/tag-list/tag-list.component.html +++ b/src-ui/src/app/components/manage/tag-list/tag-list.component.html @@ -53,3 +53,8 @@ + +
+
{collectionSize, plural, =1 {One tag} other {{{collectionSize || 0}} total tags}}
+ +