Add Card and OPAC back to Patron Search Summary
authorJason Etheridge <jason@esilibrary.com>
Wed, 27 Mar 2013 18:44:53 +0000 (14:44 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 25 Sep 2014 18:09:43 +0000 (14:09 -0400)
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 <jason@esilibrary.com>
Open-ILS/src/templates/opac/PatronSearchSummary.tt2

index 0ca1d64..14cc52a 100644 (file)
                                 ctx.user.suffix
                             ) | html %]
                         </span><br/>
+                        <span>
+                            [% l(
+                                'Card: [_1]',
+                                ctx.user.card.barcode
+                            ) | html %]
+                        </span><br/>
                         [% IF ctx.user.mailing_address %]
                         <span>
                             [% ctx.user.mailing_address.street1 | html %]<br/>
                         <span>
                             [% ctx.user.email OR ' ' | html %]
                         </span></br>
+                        <span>
+                            [% l(
+                                'OPAC: [_1]',
+                                ctx.user.usrname
+                            ) | html %]
+                        </span><br/>
                         [% IF ctx.user.billing_address %]
                         <span>
                             [% ctx.user.billing_address.street1 | html %]<br/>