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 503-508 OPAC: Link Here
503
                  no: Don't display
503
                  no: Don't display
504
            - the acquisition details on OPAC detail pages.
504
            - the acquisition details on OPAC detail pages.
505
        -
505
        -
506
            - pref: OPACNewsBranchSelect
507
              default: 0
508
              choices:
509
                  yes: Display
510
                  no: Don't display
511
            - a branch selection list for news items in the OPAC.
512
    Policy:
513
        -
506
            - "Use the following as the OPAC ISBD template:"
514
            - "Use the following as the OPAC ISBD template:"
507
            - pref: OPACISBD
515
            - pref: OPACISBD
508
              type: textarea
516
              type: textarea
509
- 

Return to bug 14764