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

(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 278-283 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
278
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
278
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
279
('OCLCAffiliateID','','','Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister','free'),
279
('OCLCAffiliateID','','','Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister','free'),
280
('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'),
280
('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'),
281
('OPACNewsBranchSelect','0','','Show selector for branches on OPAC news page','YesNo'),
281
('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'),
282
('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'),
282
('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'),
283
('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'),
283
('OpacAdvSearchOptions','pubdate,itemtype,language,sorting,location','Show search options','pubdate|itemtype|language|subtype|sorting|location','multiple'),
284
('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 / +8 lines)
Lines 496-501 OPAC: Link Here
496
                  no: Don't display
496
                  no: Don't display
497
            - the acquisition details on OPAC detail pages.
497
            - the acquisition details on OPAC detail pages.
498
        -
498
        -
499
            - pref: OPACNewsBranchSelect
500
              default: 0
501
              choices:
502
                  yes: Display
503
                  no: Don't display
504
            - a branch selection list for news items in the OPAC.
505
    Policy:
506
        -
499
            - "Use the following as the OPAC ISBD template:"
507
            - "Use the following as the OPAC ISBD template:"
500
            - pref: OPACISBD
508
            - pref: OPACISBD
501
              type: textarea
509
              type: textarea
502
- 

Return to bug 14764