@@ -, +, @@ pending offline circulations - Upload an offline circulation file (.koc) with multiple transactions. If you don't want to generate this file using the desktop application or Firefox add-on you can create a text file like this (tab separated): Version=1.0 Generator=koct-firefox GeneratorVersion=0.1 2020-08-14 13:24:21 issue 0109132 33000000093476 - Go to Pending offline circulation actions. You should see the list of transactions you uploaded. - Test that the "Check all" and "Uncheck all" controls work correctly. --- .../prog/en/modules/offline_circ/list.tt | 27 ++++++++++++---------- 1 file changed, 15 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt +++ a/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" -%] @@ -93,15 +98,13 @@