From 2abf462ca10c4ac8c4f815e608cad31851e966e3 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 26 Feb 2023 21:36:27 +0100 Subject: Specified the interface for qmauth Changes to configuration Added qmauth version written in Python Slight changes to pagination --- templates/headers/_pagination1.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/headers/_pagination1.html.ep') diff --git a/templates/headers/_pagination1.html.ep b/templates/headers/_pagination1.html.ep index 9b6121a..0e000f9 100644 --- a/templates/headers/_pagination1.html.ep +++ b/templates/headers/_pagination1.html.ep @@ -1,7 +1,7 @@
- ← - ↞ - [<%= l('page [_1] of [_2]', $current_page, $total_pages) %>] - ↠ - → + + + [<%= l('page [_1] of [_2]', $current_page+1, $total_pages) %>] + +
-- cgit v1.2.3