From eeec7d2024c7c4ad923b5e9477991ce4b8369db7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 18 Feb 2015 23:41:10 +0000 Subject: [PATCH] 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 --- Open-ILS/src/templates/actor/user/message.tt2 | 116 ++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 Open-ILS/src/templates/actor/user/message.tt2 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 %] -- 2.43.2