Bug 2176 (2/5): adding patron interface to update messaging preferences
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 20 Jun 2008 18:01:59 +0000 (13:01 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 20 Jun 2008 18:04:50 +0000 (13:04 -0500)
commit401c84cc09e8fc341d5cf4598174b2bcaff1e18d
tree4ace4443d365cc8014887f023969f956f88c648c
parent3c547de4488307df5e9027363ad830aa0a84d049
Bug 2176 (2/5): adding patron interface to update messaging preferences

This patch allows patrons to update their messaging preferences. This
includes methods in C4::Members to manage patron messaging preferences.

added cgi script to allow patron to edit their messaging preferences

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth.pm
C4/Members/Messaging.pm [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc
koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tmpl [new file with mode: 0644]
opac/opac-messaging.pl [new file with mode: 0755]