Bug 10951: (follow-up) tweak description of the NoLoginInstructions system preferences
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
08fe85950a
commit
bebe165266
3 changed files with 3 additions and 3 deletions
|
@ -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'),
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue