@@ -, +, @@ - 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 | 88 +++++++++++++++------- 1 file changed, 60 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,11 +93,11 @@
-
- Select all Clear all - [% PROCESS actions id_arg=0 pull_right='' aria_menu='table_controls' %] +
+ Select all | Clear all + [% PROCESS actions menuid='article-menu-pending' id_arg=0 pull_right='' aria_menu='table_controls' %]
-
+ @@ -190,7 +192,7 @@ @@ -200,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 %]
@@ -294,7 +300,7 @@ @@ -309,9 +315,19 @@ [% MACRO jsinclude BLOCK %] -
[% ar.created_on | $KohaDates %]