diff --git a/web/app/static/js/nopaque.lists.js b/web/app/static/js/nopaque.lists.js index 306d706e..d9acebe6 100644 --- a/web/app/static/js/nopaque.lists.js +++ b/web/app/static/js/nopaque.lists.js @@ -145,11 +145,20 @@ RessourceList.dataMappers = { RessourceList.options = { // common list.js options for 4 rows per page etc. common: { - page: 4, - pagination: { - innerWindow: 8, - outerWindow: 1, - }, + page: 5, + pagination: [ + { + name: "paginationTop", + paginationClass: "paginationTop", + innerWindow: 4, + outerWindow: 1 + }, + { + paginationClass: "paginationBottom", + innerWindow: 4, + outerWindow: 1, + }, + ], }, // extended list.js options for 10 rows per page etc. extended: { diff --git a/web/app/templates/services/corpus_analysis.html.j2 b/web/app/templates/services/corpus_analysis.html.j2 index 23555b8f..f6eadf60 100644 --- a/web/app/templates/services/corpus_analysis.html.j2 +++ b/web/app/templates/services/corpus_analysis.html.j2 @@ -27,6 +27,7 @@ + @@ -41,7 +42,7 @@
- +
New corpusadd diff --git a/web/app/templates/tables/query_results.html.j2 b/web/app/templates/tables/query_results.html.j2 index 4d776bf9..1b7503dc 100644 --- a/web/app/templates/tables/query_results.html.j2 +++ b/web/app/templates/tables/query_results.html.j2 @@ -10,7 +10,7 @@ results. --> Title Left context Match - Actions + {# Actions #} Right Context