Online Help on Scrolling_list building for sort1 and sort2.
authorhdl <hdl>
Wed, 22 Jun 2005 13:14:12 +0000 (13:14 +0000)
committerhdl <hdl>
Wed, 22 Jun 2005 13:14:12 +0000 (13:14 +0000)
Minor Bug Fix for newbiblio.pl : Bsort becomes Asort

acqui/newbiblio.pl
koha-tmpl/intranet-tmpl/default/en/help/acqui/newbiblio.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl

index 08e8fe8..d6b374b 100755 (executable)
@@ -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 (file)
index 0000000..0c57d2e
--- /dev/null
@@ -0,0 +1,5 @@
+<!-- TMPL_INCLUDE name="help-top.inc" -->
+<h1>Add Biblio help</h1>
+
+<p>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</p>
+
index 070c4c3..eff5dee 100644 (file)
@@ -1,5 +1,8 @@
 <!-- TMPL_INCLUDE name="help-top.inc" -->
 <h1>Add member help</h1>
+
+<p>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</p>
+
 <h2>Add Member, person</h2>
 <p>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.</p>
 <p>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.</p>