From: Jeff Godin Date: Thu, 15 Nov 2012 21:13:44 +0000 (-0500) Subject: Add call-out to current status of patron's alias X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e502caa7aafef810c34799a331be26d0131dd73e;p=evergreen%2Ftadl.git 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 --- 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 %]