From: Terran McCanna Date: Thu, 21 Jul 2022 16:23:25 +0000 (-0400) Subject: PINES - Remove Novelist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1ff00b5bc345f04a60691629d148013899cf3736;p=evergreen%2Fpines.git PINES - Remove Novelist Novelist added contract ends summer of 2022. In addition to updating this file, be sure to comment out these lines in eg_vhost.conf: #SetEnv OILS_NOVELIST_URL #SetEnv OILS_NOVELIST_PROFILE #SetEnv OILS_NOVELIST_PASSWORD Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 index 1629d8f904..59041e5b02 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 @@ -58,7 +58,7 @@ {name => 'issues', label => l('Issues Held'), hide => !(ctx.have_holdings_to_show || ctx.have_mfhd_to_show)}, {name => 'preview', label => l('Preview'), hide => 1}, {name => 'addedcontent', label => l('More Information from Syndetics')}, - {name => 'awards', label => l('More Information from NoveList')}, + {name => 'awards', label => l('More Information from NoveList'), hide => 1}, {name => 'cnbrowse', label => l('Shelf Browser')}, {name => 'marchtml', label => l('MARC Record')} ]; @@ -69,7 +69,7 @@ %]
[% - IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; + IF tab_is_active(name) OR name == 'addedcontent'; href = mkurl('', {}, ['expand', 'ac']); arrow = arrow_down; ELSE; @@ -84,10 +84,10 @@ - [% IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; %] + [% IF tab_is_active(name) OR name == 'addedcontent'; %]
[% IF name == 'marchtml';