Bug 19817: Add pref KohaManualLanguage
[koha-ffzg.git] / installer / data / mysql / atomicupdate / bug_19817.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
2 VALUES ('KohaManualBaseURL','http://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');
3
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');