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

(-)a/installer/data/mysql/atomicupdate/bug_13291-remove-prog-as-listed-fallback-theme.sql (+1 lines)
Line 0 Link Here
1
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OPACFallback', 'bootstrap', 'Define the fallback theme for the OPAC interface.', 'bootstrap', 'Themes') ON DUPLICATE KEY UPDATE value='bootstrap', options='bootstrap';
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 258-264 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
258
('OPACdidyoumean',NULL,NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'),
258
('OPACdidyoumean',NULL,NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'),
259
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'),
259
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'),
260
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'),
260
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'),
261
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'),
261
('OPACFallback', 'bootstrap', 'bootstrap', 'Define the fallback theme for the OPAC interface.', 'Themes'),
262
('OpacFavicon','','','Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'),
262
('OpacFavicon','','','Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'),
263
('OPACFineNoRenewals','100','','Fine limit above which user cannot renew books via OPAC','Integer'),
263
('OPACFineNoRenewals','100','','Fine limit above which user cannot renew books via OPAC','Integer'),
264
('OPACFinesTab','1','','If OFF the patron fines tab in the OPAC is disabled.','YesNo'),
264
('OPACFinesTab','1','','If OFF the patron fines tab in the OPAC is disabled.','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 lines)
Lines 10-16 OPAC: Link Here
10
            - pref: OPACFallback
10
            - pref: OPACFallback
11
              choices:
11
              choices:
12
                  bootstrap: bootstrap
12
                  bootstrap: bootstrap
13
                  prog: prog
14
            - theme as the fallback theme on the OPAC.
13
            - theme as the fallback theme on the OPAC.
15
        -
14
        -
16
            - "The OPAC is located at "
15
            - "The OPAC is located at "
17
- 

Return to bug 13291