diff --git a/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.html b/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.html index 86aa826a70..3487611014 100644 --- a/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.html +++ b/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.html @@ -1,5 +1,5 @@ -
- +
+ {{ 'CORE.PAGINATION.ITEMS_RANGE' | translate: { range: range.join('-'), @@ -9,9 +9,15 @@
-
- {{ 'CORE.PAGINATION.ITEMS_PER_PAGE' | translate }} - {{ pagination.maxItems }} +
+ + {{ 'CORE.PAGINATION.ITEMS_PER_PAGE' | translate }} + + + + {{ pagination.maxItems }} + + @@ -26,14 +32,19 @@
-
- {{ 'CORE.PAGINATION.CURRENT_PAGE' | translate }} {{ current }} +
+ + {{ 'CORE.PAGINATION.CURRENT_PAGE' | translate: { number: current } }} + - - + {{ 'CORE.PAGINATION.TOTAL_PAGES' | translate: { total: pages.length } }} @@ -47,8 +58,9 @@
-
+