From: Galen Charlton Date: Wed, 18 Feb 2015 23:41:10 +0000 (+0000) Subject: LP#1410369: AutoGrid-based staff interface for viewing patron messages X-Git-Tag: sprint4-merge-nov22~1588 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eeec7d2024c7c4ad923b5e9477991ce4b8369db7;p=working%2FEvergreen.git LP#1410369: AutoGrid-based staff interface for viewing patron messages Falling as this does between the introduction of the web staff interface and its production use, this patch implements a quick AutoGrid interface for viewing patron messages from the staff side. Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/actor/user/message.tt2 b/Open-ILS/src/templates/actor/user/message.tt2 new file mode 100644 index 0000000000..84ea359b54 --- /dev/null +++ b/Open-ILS/src/templates/actor/user/message.tt2 @@ -0,0 +1,116 @@ +[% WRAPPER base.tt2 %] +[% ctx.page_title = l('Patron Messages') %] +[% usr_id = ctx.page_args.0 %] + + + + +
+
+
[% l('Patron Messages') %]
+
+ +
+
+
+ [% l('Context Org Unit') %] + +
+ + + + +
+
+ +[% END %]