@@ -, +, @@ --- .../prog/en/modules/circ/article-requests.tt | 113 ++++++++++----------- 1 file changed, 52 insertions(+), 61 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 @@ -2,11 +2,13 @@ [% USE ItemTypes %] [% USE Branches %] [% USE AuthorisedValues %] +[% USE Asset %] +[% USE raw %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Article requests [% INCLUDE 'doc-head-close.inc' %] - + [% BLOCK actions %] @@ -62,7 +64,7 @@ Article requests -
+
@@ -125,12 +127,6 @@ - - - There are no pending article requests at this time. - - - [% FOREACH ar IN article_requests_pending %] @@ -232,12 +228,6 @@ - - - There are no article requests in processing at this time. - - - [% FOREACH ar IN article_requests_processing %] @@ -320,43 +310,35 @@
[% MACRO jsinclude BLOCK %] + [% INCLUDE 'datatables.inc' %] [% END %] --