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

(-)a/installer/data/mysql/de-DE/mandatory/system_preferences.sql (-1 / +1 lines)
Lines 32-38 UPDATE systempreferences SET value = Link Here
32
    WHERE variable = 'OPACSearchForTitleIn';
32
    WHERE variable = 'OPACSearchForTitleIn';
33
UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
33
UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
34
UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist';
34
UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist';
35
UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutlingListNote</a> konfiguriert.' where variable = 'RoutingListNote';
35
UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutingListNote</a> konfiguriert.' where variable = 'RoutingListNote';
36
UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields';
36
UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields';
37
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language';
37
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language';
38
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'opaclanguages';
38
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'opaclanguages';
(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 344-350 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
344
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
344
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
345
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'),
345
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'),
346
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'),
346
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'),
347
('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutlingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'),
347
('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'),
348
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'),
348
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'),
349
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'),
349
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'),
350
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'),
350
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'),
351
- 

Return to bug 13027