From: Bill Erickson Date: Mon, 7 Jul 2014 20:38:46 +0000 (-0400) Subject: patron holds / detail view X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=76a3f67fe7f5bbc9f4bcca4f6c8b33ec500c133f;p=working%2FEvergreen.git patron holds / detail view Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 1956411d3d..82b62832ea 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -14,6 +14,7 @@ [% INCLUDE 'staff/circ/share/circ_strings.tt2' %] [% INCLUDE 'staff/circ/share/hold_strings.tt2' %] + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 index afd2092f4d..e68bda88a4 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 @@ -1,88 +1,31 @@
- - - - - - - - - - - - - - - - - - - - - - - {{item.hold.current_copy().barcode()}} - - - - - - - - - - - - {{item.mvr.title()}} - - - - - - - - - - - - - - -
-
-
+
+[% INCLUDE 'staff/circ/patron/t_holds_list.tt2' %]
+ +
+
+
+ +
+
+
+ + +
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 new file mode 100644 index 0000000000..6e0d065e3b --- /dev/null +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + {{item.hold.current_copy().barcode()}} + + + + + + + + + + + + {{item.mvr.title()}} + + + + + + + + + + + + + + +
+
+
+ +
+
+ diff --git a/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 b/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 index aaee92c7e2..9e67e19de7 100644 --- a/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 @@ -2,6 +2,7 @@