@@ -, +, @@ --- installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- .../prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 132 ++++++++++++++++--- 3 files changed, 113 insertions(+), 23 deletions(-) --- a/installer/data/mysql/en/mandatory/sysprefs.sql +++ a/installer/data/mysql/en/mandatory/sysprefs.sql @@ -92,7 +92,7 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacPublic',1,'Turn on/off public OPAC',NULL,'YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('opacuserjs','','Define custom javascript for inclusion in OPAC','70|10','Textarea'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('opacuserlogin',1,'Enable or disable display of user login features',NULL,'YesNo'); -INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacItemLocation',1,'Show the shelving location of items in the opac',NULL,'YesNo'); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacItemLocation',2,'Show the shelving location of items in the opac',NULL,'YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('patronimages',0,'Enable patron images for the Staff Client',NULL,'YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('printcirculationslips',1,'If ON, enable printing circulation receipts','','YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('RequestOnOpac',1,'If ON, globally enables patron holds on OPAC',NULL,'YesNo'); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -196,7 +196,7 @@ OPAC: choices: yes: Show no: "Don't Show" - - Show the shelving location of items in opac results. + - the shelving location of items in opac results. - - pref: OpacPasswordChange choices: --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -986,7 +986,7 @@ - Copy available for loan at Copies available for loan at + copy available for loan at copies available for loan at @@ -995,7 +995,7 @@ . , - + @@ -1003,7 +1003,7 @@ - Copy available for reference at Copies available for reference at + copy available for reference at copies available for reference at @@ -1059,27 +1059,117 @@ ). + + Location(s): - - - - - . , - - | - - - - - . , - - + + + + + + + + . , + + + + + + + + + + + + + . , + + + + + + + + + + + + . , + + + + + + + + + + . , + + + + + + + + + + . , + + + + + + + + + + . , + + + + + + + + + + . , + + + + + + + + + + . , + + + + + + + + + + . , + + + - - + --