From 4ed42893e8a11946707bfc574a768284926edca4 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 24 Jun 2003 10:26:17 +0000 Subject: [PATCH] fix for #473 --- admin/authorised_values.pl | 4 ++-- .../default/en/parameters/authorised_values.tmpl | 8 ++++---- .../default/fr/parameters/authorised_values.tmpl | 9 +++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/admin/authorised_values.pl b/admin/authorised_values.pl index 8c946b03a7..16f9fff4e4 100755 --- a/admin/authorised_values.pl +++ b/admin/authorised_values.pl @@ -187,11 +187,11 @@ if ($op eq 'add_form') { if ($offset>0) { my $prevpage = $offset-$pagesize; - $template->param(previous => "'); + $template->param(previous => ""); } if ($offset+$pagesize<$count) { my $nextpage =$offset+$pagesize; - $template->param(next => "'); + $template->param(next => ""); } diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl index 5331d5e48b..452a68308b 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl @@ -81,10 +81,6 @@ the subfield is not entered through a free field, but though a list of authorise -
- -"> -

@@ -92,6 +88,10 @@ the subfield is not entered through a free field, but though a list of authorise
//images/1rightarrow.png" title="next" ALT="next" BORDER=0>
+ + +"> +

diff --git a/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl b/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl index 0e5239aab6..462438844c 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl +++ b/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl @@ -86,10 +86,7 @@ n'est pas renseign -
- -"> -
//images/filenew.png" border="0">
+ @@ -97,6 +94,10 @@ n'est pas renseign
//images/1leftarrow.png" title="previous" ALT="previous" BORDER=0>
+ + +"> +
//images/filenew.png" border="0">
-- 2.39.2