From 12389845c977f0675eb745fecdb7031801510b78 Mon Sep 17 00:00:00 2001 From: hdl Date: Wed, 22 Jun 2005 13:14:12 +0000 Subject: [PATCH] Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort --- acqui/newbiblio.pl | 4 ++-- koha-tmpl/intranet-tmpl/default/en/help/acqui/newbiblio.tmpl | 5 +++++ .../intranet-tmpl/default/en/help/members/memberentry.tmpl | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/default/en/help/acqui/newbiblio.tmpl diff --git a/acqui/newbiblio.pl b/acqui/newbiblio.pl index 08e8fe8770..d6b374bc19 100755 --- a/acqui/newbiblio.pl +++ b/acqui/newbiblio.pl @@ -140,14 +140,14 @@ my $CGIbookfund=CGI::scrolling_list( -name => 'bookfund', -size => 1, -multiple => 0 ); -my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); +my $CGIsort1 = buildCGIsort("Asort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); } else { $template->param( sort1 => $data->{'sort1'}); } -my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); +my $CGIsort2 = buildCGIsort("Asort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); } else { diff --git a/koha-tmpl/intranet-tmpl/default/en/help/acqui/newbiblio.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/acqui/newbiblio.tmpl new file mode 100644 index 0000000000..0c57d2e461 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/default/en/help/acqui/newbiblio.tmpl @@ -0,0 +1,5 @@ + +

Add Biblio help

+ +

sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Asort1 or Asort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Biblio Page

+ diff --git a/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl index 070c4c3fd0..eff5dee22f 100644 --- a/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl @@ -1,5 +1,8 @@

Add member help

+ +

sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Bsort1 or Bsort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Member Page

+

Add Member, person

This is the form for adding a new single member to the database. There is also a form for organisations, such as other libraries and non profit organisations you might lend to. You should use the Add Organisation tab at the top of the Member page for that.

Every field with an asterisk must be filled out, or you will get an error, and the record will not be added to the database.

-- 2.39.2