@@ -, +, @@ - jQueryUI tabs initialization sets a variable for "active table" which can be re-used by functions which affect only the visible table. - The batch "Actions" menu is shown or hidden based on whether there are checked items. - The item selection tools are shown or hidden based on whether there are rows in the table. - Single "process," "complete," and "cancel" operations. - Select all/ clear all operations on both tabs. - Batch operations with checked requests. - Process all pending requests to confirm the selection controls for that table are hidden. - Complete all processing requests to confirm the selection controls for that table are hidden. --- .../prog/en/modules/circ/article-requests.tt | 89 +++++++++++++++------- 1 file changed, 61 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ -6,10 +6,11 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Article requests [% INCLUDE 'doc-head-close.inc' %] - + [% BLOCK actions %] + [% END %] @@ -91,6 +93,11 @@
+
+ Select all | Clear all + [% PROCESS actions menuid='article-menu-pending' id_arg=0 pull_right='' aria_menu='table_controls' %] +
+ @@ -185,7 +192,7 @@ @@ -195,6 +202,10 @@
+
+ Select all | Clear all + [% PROCESS actions menuid='article-menu-processing' id_arg=0 pull_right='' aria_menu='table_controls' %] +
[% ar.created_on | $KohaDates %]
@@ -289,7 +300,7 @@ @@ -298,19 +309,25 @@
[% ar.created_on | $KohaDates %]

-
- Select all Clear all - [% PROCESS actions id_arg=0 pull_right='' aria_menu='table_controls' %] -
[% MACRO jsinclude BLOCK %] -