From ab28ec286401bb3285ba5d4b0d6b59ba17750859 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 1 May 2011 11:55:11 -0400 Subject: [PATCH] Enable unAPI support in TT OPAC We have enough information available from the context and date plugin to construct valid unAPI IDs - so let's do it and take one more XXX off the table. (This is good for Zotero support!) Sadly, Zotero doesn't seem to recognize more than one unAPI ID on the search results page; in theory it should give the user the ability to add all of the search results at once, but in practice it doesn't display anything. At the same time, we can remove the duplicate unAPI placeholders and remove unnecessary elements. Signed-off-by: Dan Scott Signed-off-by: berick --- Open-ILS/web/templates/default/opac/parts/record/summary.tt2 | 4 +--- Open-ILS/web/templates/default/opac/parts/result/table.tt2 | 8 ++------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 index 9d087818d2..21a083a53e 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 @@ -1,5 +1,5 @@ - + @@ -241,8 +241,6 @@
- - diff --git a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 index 3ce5ffa4fd..6477ef648c 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 @@ -161,12 +161,8 @@ [% attrs.format_label %] [% END %] - - - - - - + + -- 2.11.0