View | Details | Raw Unified | Return to bug 14764
Collapse All | Expand All

(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 239-244 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
239
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
239
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
240
('OCLCAffiliateID','','','Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister','free'),
240
('OCLCAffiliateID','','','Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister','free'),
241
('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'),
241
('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'),
242
('OPACNewsBranchSelect','0','','Show selector for branches on OPAC news page','YesNo'),
242
('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'),
243
('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'),
243
('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'),
244
('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'),
244
('OpacAdvSearchOptions','pubdate,itemtype,language,sorting,location','Show search options','pubdate|itemtype|language|subtype|sorting|location','multiple'),
245
('OpacAdvSearchOptions','pubdate,itemtype,language,sorting,location','Show search options','pubdate|itemtype|language|subtype|sorting|location','multiple'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +7 lines)
Lines 475-480 OPAC: Link Here
475
                  yes: Display
475
                  yes: Display
476
                  no: Don't display
476
                  no: Don't display
477
            - the acquisition details on OPAC detail pages.
477
            - the acquisition details on OPAC detail pages.
478
        -
479
            - pref: OPACNewsBranchSelect
480
              default: 0
481
              choices:
482
                  yes: Display
483
                  no: Don't display
484
            - a branch selection list for news items in the OPAC.
478
    Policy:
485
    Policy:
479
        -
486
        -
480
            - pref: singleBranchMode
487
            - pref: singleBranchMode
481
- 

Return to bug 14764