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

(-)a/Koha/Manual.pm (-2 / +2 lines)
Lines 90-98 our $mapping = { Link Here
90
    'admin/oai_set_mappings'                   => '/administration.html#oai-sets-configuration',
90
    'admin/oai_set_mappings'                   => '/administration.html#oai-sets-configuration',
91
    'admin/oai_sets'                           => '/administration.html#oai-sets-configuration',
91
    'admin/oai_sets'                           => '/administration.html#oai-sets-configuration',
92
    'admin/patron-attr-types'                  => '/administration.html#patron-attribute-types',
92
    'admin/patron-attr-types'                  => '/administration.html#patron-attribute-types',
93
    'admin/preferences'                        => '/administration.html#global-system-preferences',
93
    'admin/preferences'                        => '/systempreferences.html',
94
    'admin/smart-rules'                        => '/administration.html#circulation-and-fine-rules',
94
    'admin/smart-rules'                        => '/administration.html#circulation-and-fine-rules',
95
    'admin/systempreferences'                  => '/administration.html#global-system-preferences',
95
    'admin/systempreferences'                  => '/systempreferences.html#local-use',
96
    'admin/transport-cost-matrix'              => '/administration.html#transport-cost-matrix',
96
    'admin/transport-cost-matrix'              => '/administration.html#transport-cost-matrix',
97
    'admin/z3950servers'                       => '/administration.html#z39.50/sru-servers',
97
    'admin/z3950servers'                       => '/administration.html#z39.50/sru-servers',
98
    'authorities/authorities-home'             => '/cataloging.html#authorities',
98
    'authorities/authorities-home'             => '/cataloging.html#authorities',
(-)a/installer/data/mysql/atomicupdate/bug_19817.sql (-1 / +1 lines)
Lines 2-5 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanat Link Here
2
VALUES ('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');
2
VALUES ('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');
3
3
4
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
4
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
5
VALUES ('KohaManualLanguage','en','en|ar|cs|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice');
5
VALUES ('KohaManualLanguage','en','en|ar|cs|es|de|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice');
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 241-247 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
241
('itemcallnumber','082ab',NULL,'The MARC field/subfield that is used to calculate the itemcallnumber (Dewey would be 082ab or 092ab; LOC would be 050ab or 090ab) could be 852hi from an item record','free'),
241
('itemcallnumber','082ab',NULL,'The MARC field/subfield that is used to calculate the itemcallnumber (Dewey would be 082ab or 092ab; LOC would be 050ab or 090ab) could be 852hi from an item record','free'),
242
('KohaAdminEmailAddress','root@localhost','','Define the email address where patron modification requests are sent','free'),
242
('KohaAdminEmailAddress','root@localhost','','Define the email address where patron modification requests are sent','free'),
243
('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free'),
243
('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free'),
244
('KohaManualLanguage','en','en|ar|cs|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice'),
244
('KohaManualLanguage','en','en|ar|cs|de|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice'),
245
('LabelMARCView','standard','standard|economical','Define how a MARC record will display','Choice'),
245
('LabelMARCView','standard','standard|economical','Define how a MARC record will display','Choice'),
246
('language','en',NULL,'Set the default language in the staff client.','Languages'),
246
('language','en',NULL,'Set the default language in the staff client.','Languages'),
247
('LetterLog','1',NULL,'If ON, log all notices sent','YesNo'),
247
('LetterLog','1',NULL,'If ON, log all notices sent','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +1 lines)
Lines 411-416 Enhanced Content: Link Here
411
                en: English
411
                en: English
412
                ar: Arabic
412
                ar: Arabic
413
                cs: Czech
413
                cs: Czech
414
                de: German
414
                es: Spanish
415
                es: Spanish
415
                fr: French
416
                fr: French
416
                it: Italian
417
                it: Italian
417
- 

Return to bug 19817