From 8a0aa32e8e07e84bc4c01c9d70d111f2a10f25dd Mon Sep 17 00:00:00 2001 From: rangi Date: Thu, 16 May 2002 02:16:27 +0000 Subject: [PATCH] Just a little fix to make it display an add variable button instead of add new member. add variable button is in koha-html --- admin/systempreferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index ccab33f087..c74b26c2f8 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -235,7 +235,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); -- 2.20.1