From: Victoria Lewis Date: Thu, 5 Nov 2015 17:48:04 +0000 (-0800) Subject: Added paging controls to the bottom of the web client patron X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e999fa846;p=working%2FEvergreen.git 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 --- 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 %] -