From e1c5a5403d92c409ae9bdfe74a2391bc516535a9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 27 Mar 2013 14:44:53 -0400 Subject: [PATCH] Add Card and OPAC back to Patron Search Summary Not ideal placement, since it's not in the same place as in the regular Patron Summary, but I was more concerned about not adding more height to the pane. Signed-off-by: Jason Etheridge --- Open-ILS/src/templates/opac/PatronSearchSummary.tt2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Open-ILS/src/templates/opac/PatronSearchSummary.tt2 b/Open-ILS/src/templates/opac/PatronSearchSummary.tt2 index 0ca1d64d42..14cc52a981 100644 --- a/Open-ILS/src/templates/opac/PatronSearchSummary.tt2 +++ b/Open-ILS/src/templates/opac/PatronSearchSummary.tt2 @@ -17,6 +17,12 @@ ctx.user.suffix ) | html %]
+ + [% l( + 'Card: [_1]', + ctx.user.card.barcode + ) | html %] +
[% IF ctx.user.mailing_address %] [% ctx.user.mailing_address.street1 | html %]
@@ -32,6 +38,12 @@ [% ctx.user.email OR ' ' | html %]
+ + [% l( + 'OPAC: [_1]', + ctx.user.usrname + ) | html %] +
[% IF ctx.user.billing_address %] [% ctx.user.billing_address.street1 | html %]
-- 2.11.0