From 8e24b116bc1cf16d9c4cce202062cb6bef008e4f Mon Sep 17 00:00:00 2001 From: Kyle Tomita Date: Mon, 4 Feb 2013 09:12:42 -0800 Subject: [PATCH] Fixed the formatting as requested by jstephson's comment in launchpad. Signed-off-by: Kyle Tomita --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 30 ++++++++++++---------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 1bc5a99d1b..497dace33e 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -4710,19 +4710,18 @@ INSERT into config.org_unit_setting_type '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 @@ -4751,10 +4750,7 @@ INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( ,(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); -- 2.11.0