Fixed the formatting as requested by jstephson's comment in launchpad. user/catalystit/search_result_new_tab
authorKyle Tomita <ktomita@catalystitservices.com>
Mon, 4 Feb 2013 17:12:42 +0000 (09:12 -0800)
committerKyle Tomita <ktomita@catalystitservices.com>
Mon, 4 Feb 2013 17:12:42 +0000 (09:12 -0800)
Signed-off-by: Kyle Tomita <ktomita@catalystitservices.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 1bc5a99..497dace 100644 (file)
@@ -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);