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

(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 525-530 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
525
('TagsModeration','0','','Require tags from patrons to be approved before becoming visible.','YesNo'),
525
('TagsModeration','0','','Require tags from patrons to be approved before becoming visible.','YesNo'),
526
('TagsShowOnDetail','10','','Number of tags to display on detail page.  0 is off.','Integer'),
526
('TagsShowOnDetail','10','','Number of tags to display on detail page.  0 is off.','Integer'),
527
('TagsShowOnList','6','','Number of tags to display on search results list.  0 is off.','Integer'),
527
('TagsShowOnList','6','','Number of tags to display on search results list.  0 is off.','Integer'),
528
('TalkingTechItivaPhoneNotification','0',NULL,'If ON, enables Talking Tech I-tiva phone notifications','YesNo'),
528
('template','prog','','Define the preferred staff interface template','Themes'),
529
('template','prog','','Define the preferred staff interface template','Themes'),
529
('ThingISBN','0','','Use with FRBRizeEditions. If ON, Koha will use the ThingISBN web service in the Editions tab on the detail pages.','YesNo'),
530
('ThingISBN','0','','Use with FRBRizeEditions. If ON, Koha will use the ThingISBN web service in the Editions tab on the detail pages.','YesNo'),
530
('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice'),
531
('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice'),
531
- 

Return to bug 18444