From 7b7d7223540843ed27b180c2ced9de53e54bca3b Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 23 Sep 2005 09:52:53 +0000 Subject: [PATCH] bugfix : don't loose the authtype on >> next or << Previour --- .../default/en/parameters/auth_tag_structure.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl index a22c3e7441..d3041ba08c 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl @@ -164,12 +164,12 @@ - ?offset=&searchfield="> + ?offset=&searchfield=&authtypecode="> //images/1leftarrow.png" title="previous" alt="previous" border="0"> - ?offset=&searchfield="> + ?offset=&searchfield=&authtypecode="> //images/1rightarrow.png" title="next" alt="next" border="0"> -- 2.39.5