diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt index 451b8f223d..65d1ff4c87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt @@ -21,8 +21,11 @@ [% IF ( pending_operations ) %]
-

| -

+

+ Check all + Uncheck all +

+ @@ -37,8 +40,10 @@ [% FOREACH operation IN pending_operations %] - - + +
[% operation.timestamp | html %] + + [% SWITCH ( operation.action ) -%] [% CASE "issue" -%] @@ -89,19 +94,16 @@ [% MACRO jsinclude BLOCK %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] -