From 214781e0e233fba393c0941e3d96481692b478af Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 29 Jul 2020 16:12:55 -0400 Subject: [PATCH] Syndetics Unbound Update Modify added content to use new Syndetics Unbound code (rather than Syndetics Classic) and collapse it by default. Signed-off-by: Terran McCanna --- .../templates/opac/parts/record/addedcontent.tt2 | 107 +-------------------- .../src/templates/opac/parts/record/extras.tt2 | 4 +- 2 files changed, 6 insertions(+), 105 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/addedcontent.tt2 b/Open-ILS/src/templates/opac/parts/record/addedcontent.tt2 index e0142288df..7f26668f29 100644 --- a/Open-ILS/src/templates/opac/parts/record/addedcontent.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/addedcontent.tt2 @@ -1,107 +1,8 @@ - + [% IF attrs.isbn_clean || attrs.upc || attrs.issn %] - - -
- -
-
- × - -
-
- + +
+[% END %] - -[% END %] \ No newline at end of file diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index 8443b0ab7b..1f69989867 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -74,7 +74,7 @@ arrow = arrow_right; END; ELSE; - IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; + IF tab_is_active(name) OR name == 'awards'; href = mkurl('', {}, ['expand', 'ac']); arrow = arrow_down; ELSE; @@ -98,7 +98,7 @@ END; END; ELSE; - IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; + IF tab_is_active(name) OR name == 'awards'; IF name == 'marchtml'; ctx.marchtml; ELSE; -- 2.11.0