From e502caa7aafef810c34799a331be26d0131dd73e Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Thu, 15 Nov 2012 16:13:44 -0500 Subject: [PATCH] Add call-out to current status of patron's alias Add call-out in Account Summary which displays the patron's current alias, or lack of alias, and includes links to change the alias or to learn more about what an alias is. The target of the "what's an alias?" link is likely to change. Signed-off-by: Jeff Godin --- templates_tadlskin/opac/parts/myopac/main_base.tt2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates_tadlskin/opac/parts/myopac/main_base.tt2 b/templates_tadlskin/opac/parts/myopac/main_base.tt2 index 9acb4ce93c..f79787d380 100644 --- a/templates_tadlskin/opac/parts/myopac/main_base.tt2 +++ b/templates_tadlskin/opac/parts/myopac/main_base.tt2 @@ -45,6 +45,14 @@ type="submit" title="[% l('Pay Fines') %]" alt="[% l('Pay Fines') %]" value="[% l('Pay Fines') %]" class="pos-rel-top-5 opac-button" /> [% END %] +
+ [% IF ctx.user.alias %] +

Your holdshelf alias is currently set to: "[% ctx.user.alias %]".

+ [% ELSE %] +

You do not currently have a holdshelf alias set.

+ [% END %] +

change - what's an alias?

+
[% END %] -- 2.11.0