From 0bb78a2152c68666876b5aac38068fe2b56e9143 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 23 May 2018 17:32:00 -0400 Subject: [PATCH] replace clipboard icon with smaller cart icon in appropriate contexts Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/record/summary.tt2 | 2 +- Open-ILS/src/templates/opac/parts/result/table.tt2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index 673ecdbe54..f7ebef4ecf 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -118,7 +118,7 @@ [%- IF ctx.user; %] [% l('View My Lists') %][% l(' View My Lists') %] [%- ELSE %] - [% l('View My Cart') %][% l(' View My Cart') %] + [% l('View My Cart') %][% l(' View My Cart') %] [%- END %] [% END %] diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 269545cbb6..f550157b20 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -486,13 +486,13 @@ END; [% END %] -- 2.11.0