From 64e888e5fd2f378aea6563f4aff0ab6cf8cc1fb0 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 25 Sep 2013 22:36:29 -0400 Subject: [PATCH] TPAC: Add format icon back to record details Similar to 502f93acff9a5713668931c980d6ce25962a1f8c finding compromise by putting the format icon back right next to the format label. Signed-off-by: Ben Shum Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/parts/record/summary.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index 6d78327e35..0f892d4912 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -35,7 +35,7 @@
[%- IF attrs.format_label %]
- [%- attrs.format_label -%] + [% attrs.format_label %] [%- attrs.format_label -%]
[%- END %]
-- 2.11.0