diff --git a/themes/default/templates/getCollection.php b/themes/default/templates/getCollection.php index b2fea4c..99ce3e9 100644 --- a/themes/default/templates/getCollection.php +++ b/themes/default/templates/getCollection.php @@ -85,8 +85,13 @@ --> - - + +
+
+ +
+
+
@@ -94,6 +99,12 @@
+
+
+ +
+
+
diff --git a/themes/default/theme.js b/themes/default/theme.js index f159aaf..6b1dfd7 100644 --- a/themes/default/theme.js +++ b/themes/default/theme.js @@ -90,7 +90,7 @@ pagination += self.translate('_multipleResult', [json.totalResults]); } - pagination += json.startIndex ? ' | ' + first + previous + self.translate('_pagination', [json.startIndex, json.lastIndex]) + next + last : ''; + pagination += json.startIndex ? first + previous + self.translate('_pagination', [json.startIndex, json.lastIndex]) + next + last : ''; }