From d5fbd761f5e9e55a7ab0bccfd14af29e9af4cdcb Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 24 Jun 2002 18:40:56 +0000 Subject: [PATCH] Switched button-add-member to button-add-new in /admin/ scripts. --- admin/aqbookfund.pl | 2 +- admin/aqbudget.pl | 2 +- admin/categorie.pl | 2 +- admin/categoryitem.pl | 2 +- admin/currency.pl | 2 +- admin/itemtypes.pl | 2 +- admin/printers.pl | 2 +- admin/stopwords.pl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/aqbookfund.pl b/admin/aqbookfund.pl index e9cd150714..081bf18ecc 100755 --- a/admin/aqbookfund.pl +++ b/admin/aqbookfund.pl @@ -249,7 +249,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/aqbudget.pl b/admin/aqbudget.pl index 159121982d..6e5ecc4b8b 100755 --- a/admin/aqbudget.pl +++ b/admin/aqbudget.pl @@ -256,7 +256,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/categorie.pl b/admin/categorie.pl index 08dab8513c..d253a22665 100755 --- a/admin/categorie.pl +++ b/admin/categorie.pl @@ -266,7 +266,7 @@ printend print < -
+
printend ; diff --git a/admin/categoryitem.pl b/admin/categoryitem.pl index cc7f39c710..439ffeffb2 100644 --- a/admin/categoryitem.pl +++ b/admin/categoryitem.pl @@ -267,7 +267,7 @@ printend print < -
+
printend ; diff --git a/admin/currency.pl b/admin/currency.pl index 3f3fca5169..5f7aa58d70 100755 --- a/admin/currency.pl +++ b/admin/currency.pl @@ -247,7 +247,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/itemtypes.pl b/admin/itemtypes.pl index 4983518426..2090f33a2e 100755 --- a/admin/itemtypes.pl +++ b/admin/itemtypes.pl @@ -271,7 +271,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/printers.pl b/admin/printers.pl index 92c92574f2..dd00759b69 100755 --- a/admin/printers.pl +++ b/admin/printers.pl @@ -238,7 +238,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

"; print ""; } #---- END $OP eq DEFAULT print endmenu('admin'); diff --git a/admin/stopwords.pl b/admin/stopwords.pl index 705517a432..22d41c7d32 100755 --- a/admin/stopwords.pl +++ b/admin/stopwords.pl @@ -227,7 +227,7 @@ printend my $nextpage =$offset+$pagesize; print mklink("$script_name?offset=".$nextpage,'Next >>'); } - print "

"; + print "

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