From e999fa846bdaf15b9379adf85235ceb7ed16cf09 Mon Sep 17 00:00:00 2001 From: Victoria Lewis Date: Thu, 5 Nov 2015 09:48:04 -0800 Subject: [PATCH] Added paging controls to the bottom of the web client patron search screen. Moved button bar code from t_autogrid.tt2 to button_bar.tt2 new file: Open-ILS/src/templates/staff/share/button_bar.tt2 modified: Open-ILS/src/templates/staff/share/t_autogrid.tt2 --- Open-ILS/src/templates/staff/share/button_bar.tt2 | 164 ++++++++++++++++++++++ Open-ILS/src/templates/staff/share/t_autogrid.tt2 | 147 +------------------ 2 files changed, 168 insertions(+), 143 deletions(-) create mode 100644 Open-ILS/src/templates/staff/share/button_bar.tt2 diff --git a/Open-ILS/src/templates/staff/share/button_bar.tt2 b/Open-ILS/src/templates/staff/share/button_bar.tt2 new file mode 100644 index 0000000000..be205f8a84 --- /dev/null +++ b/Open-ILS/src/templates/staff/share/button_bar.tt2 @@ -0,0 +1,164 @@ + +
+ + +
+ +
+ + + + + + + + + + + + +
+ + +
+ + [% IF top %] +
+ [% END %] + + [% IF bottom %] +
+ [% END %] + + + + +
+ + [% IF top %] +
+ [% END %] + + [% IF bottom %] +
+ [% END %] + + + +
+ + [% IF top %] + +
+ + + diff --git a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 index aaf14aab59..7de577a9ce 100644 --- a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 @@ -52,147 +52,9 @@
- - -
- - - - - - - - - - - - -
- - -
- -
- - +
+ [% INCLUDE "staff/share/button_bar.tt2" top=1 %]
- -
- - -
- - -
@@ -317,7 +179,6 @@
- - +
+ [% INCLUDE "staff/share/button_bar.tt2" bottom=1 %] - -- 2.11.0