http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10951
--- Comment #21 from M. Tompsett <[email protected]> --- Comment on attachment 21524 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21524 Adding NoLoginInstructions to system preferences Review of attachment 21524: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10951&attachment=21524) ----------------------------------------------------------------- ::: installer/data/mysql/sysprefs.sql @@ +418,5 @@ > ('XSLTResultsDisplay','default','','Enable XSL stylesheet control over > results page display on intranet','Free'), > ('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the > path to YUI libraries, choose local if you use koha offline','Choice'), > ('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields > for Personal Name Authorities to fill biblio.author','free'), > +('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will > replace authors in biblio.author','YesNo'), > +('NoLoginInstructions', '<h5>Don\'t have a password yet?</h5> <p> If you > don\'t have a password yet, stop by the circulation desk the next time > you\'re in the library. We\'ll happily set one up for you.</p> <h5>Don\'t > have a library card?</h5> <p> If you don\'t have a library card, stop by your > local library to sign up. </p>', '60|10', 'Instructions when a person is not > connected', 'Textarea') This should probably be in the alphabetical order location. This question mark didn't need escaping, because it isn't wrapped in perl code. :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
