'description'
),
'string', null)
-
- ,( 'opac.new_tab_without_ctrl', 'opac',
- oils_i18n_gettext(
- 'opac.new_tab_without_ctrl',
- 'Enable opening a new tab when clicking on records from the search results page without holding ctrl.',
- 'coust',
- 'label'),
- oils_i18n_gettext(
- 'opac.new_tab_without_ctrl',
- 'By enabling this option, a new tab will open when clicking on records from the search results page without ctrl. It will override the default of ctrl + left click for new tab. The new tab feature is only for the search results page and is disabled on the Patron holds tab.',
- 'coust',
- 'description'),
- 'bool', null);
+,( 'opac.new_tab_without_ctrl', 'opac',
+ oils_i18n_gettext(
+ 'opac.new_tab_without_ctrl',
+ 'Enable opening a new tab when clicking on records from the search results page without holding ctrl.',
+ 'coust',
+ 'label'),
+ oils_i18n_gettext(
+ 'opac.new_tab_without_ctrl',
+ 'By enabling this option, a new tab will open when clicking on records from the search results page without ctrl. It will override the default of ctrl + left click for new tab. The new tab feature is only for the search results page and is disabled on the Patron holds tab.',
+ 'coust',
+ 'description'),
+ 'bool', null);
UPDATE config.org_unit_setting_type
SET view_perm = (SELECT id FROM permission.perm_list
,(1, 'cat.label.font.size', 10)
,(1, 'cat.label.font.weight', '"normal"')
,(1, 'circ.grace.extend', 'true')
-
- --Optionalized new tab for search results
- ,(1, 'opac.new_tab_without_ctrl', 'false')
-;
+ ,(1, 'opac.new_tab_without_ctrl', 'false');
-- Staged Search (for default matchpoints)
INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'first_word', 1.5);