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

(-)a/installer/data/mysql/atomicupdate/bug_13696_add_icon_theme_pref.sql (+2 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
2
VALUES ('IconTheme', 'Glyphicons', 'Glyphicons|Font-Awesome',  'Icon theme',  'Choice')
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 151-156 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
151
('HomeOrHoldingBranch','holdingbranch','holdingbranch|homebranch','Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability ','Choice'),
151
('HomeOrHoldingBranch','holdingbranch','holdingbranch|homebranch','Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability ','Choice'),
152
('HTML5MediaEnabled','not','not|opac|staff|both','Show a tab with a HTML5 media player for files catalogued in field 856','Choice'),
152
('HTML5MediaEnabled','not','not|opac|staff|both','Show a tab with a HTML5 media player for files catalogued in field 856','Choice'),
153
('HTML5MediaExtensions','webm|ogg|ogv|oga|vtt','','Media file extensions','free'),
153
('HTML5MediaExtensions','webm|ogg|ogv|oga|vtt','','Media file extensions','free'),
154
('IconTheme', 'Glyphicons', 'Glyphicons|Font-Awesome',  'Icon theme',  'Choice'),
154
('IDreamBooksReadometer','0','','Display Readometer from IDreamBooks.com','YesNo'),
155
('IDreamBooksReadometer','0','','Display Readometer from IDreamBooks.com','YesNo'),
155
('IDreamBooksResults','0','','Display IDreamBooks.com rating in search results','YesNo'),
156
('IDreamBooksResults','0','','Display IDreamBooks.com rating in search results','YesNo'),
156
('IDreamBooksReviews','0','','Display book review snippets from IDreamBooks.com','YesNo'),
157
('IDreamBooksReviews','0','','Display book review snippets from IDreamBooks.com','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-1 / +7 lines)
Lines 91-96 Staff Client: Link Here
91
            - pref: SlipCSS
91
            - pref: SlipCSS
92
              class: url
92
              class: url
93
            - on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
93
            - on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
94
        -
95
            - Use
96
            - pref: IconTheme
97
              choices:
98
                  Glyphicons: Glyphicons
99
                  Font-Awesome: Font-Awesome
100
            - icon set.
94
    Options:
101
    Options:
95
        -
102
        -
96
            - pref: viewMARC
103
            - pref: viewMARC
97
- 

Return to bug 13696