]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1410369: patron message center page in TPac
authorGalen Charlton <gmc@esilibrary.com>
Wed, 18 Feb 2015 21:29:41 +0000 (21:29 +0000)
committerKathy Lussier <klussier@masslnc.org>
Fri, 20 Feb 2015 21:13:42 +0000 (16:13 -0500)
commitb0ef0cf5f2a6cc6fb829c184a0c20265f19f6a0f
treed9c3eb953a3be041677d8fc99cf84734198f301b
parentc3775de7360838a58b68a066bf32dcebb4a48473
LP#1410369: patron message center page in TPac

This patch adds My Account tab in TPac for
displaying and managing patron messages.  In particular,
a logged in patron will be able to:

- see a list of their (undeleted) messages
- open a particular message and see it's body;
  doing this automatically marks the message as
  read
- delete messages from either the list or
  single-message views
- mark messages as unread from the list or
  single-message views
- mark messages as read from the list view

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/myopac/messages.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/myopac/messages/list.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/myopac/messages/single_message.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/myopac/base.tt2