From 5668f8db0cc471d37bcd59bdd002e0d719d7ce4b Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Mon, 9 Dec 2013 11:15:29 -0500 Subject: [PATCH] Always show Email Address label to staff When placing holds staff commonly change out patrons, and pointing staff towards the "My Account" area makes no sense to begin with. Signed-off-by: Thomas Berezansky Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/place_hold.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index cb6abfffd5..f12cd56b13 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2 @@ -83,7 +83,7 @@ [% IF !ctx.user.email %]disabled="true"[% ELSIF ctx.default_email_notify %]checked="checked"[% END %]/>
- [% IF !ctx.user.email; l('No configured Email address. See "My Account" for setting your Email address.'); + [% IF !ctx.user.email and !ctx.is_staff; l('No configured Email address. See "My Account" for setting your Email address.'); ELSE; l('Email Address:') %] [% ctx.user.email %][% END %]
[%- IF allow_phone_notifications == 'true' %] -- 2.43.2