Bug 10951: (follow-up) tweak description of the NoLoginInstructions system preferences
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 16:54:43 +0000 (16:54 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 16:54:43 +0000 (16:54 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref

index 7a3af70..8b2241a 100644 (file)
@@ -186,7 +186,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
 ('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''),
 ('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
 ('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'),
-('NoLoginInstructions', '', '60|10', 'Instructions when a person is not connected', 'Textarea'),
+('NoLoginInstructions', '', '60|10', 'Instructions to display on the OPAC login form when a patron is not logged in', 'Textarea'),
 ('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'),
 ('NoticeCSS','',NULL,'Notices CSS url.','free'),
 ('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
index e7239f0..7a35c62 100755 (executable)
@@ -8147,7 +8147,7 @@ if ( CheckVersion($DBversion) ) {
 
 $DBversion = "3.15.00.033";
 if ( CheckVersion($DBversion) ) {
-    $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('NoLoginInstructions', '', '60|10', 'Instructions when a person is not connected', 'Textarea')");
+    $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('NoLoginInstructions', '', '60|10', 'Instructions to display on the OPAC login form when a patron is not logged in', 'Textarea')");
     print "Upgrade to $DBversion done (Bug 10951: Add NoLoginInstructions pref)\n";
     SetVersion($DBversion);
 }
index 544f65a..39b03ce 100644 (file)
@@ -296,7 +296,7 @@ OPAC:
               class: integer
             - items on the biblio detail page (if the biblio has more items than this, a link is displayed instead that allows the user to choose to display all items).
         -
-            - "Show the following HTML when a person is not connected:"
+            - "Show the following HTML on the OPAC login form when a patron is not logged in:"
             - pref: NoLoginInstructions
               type: textarea
               class: code