diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt index 744bb54f7b..f9835454d8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ -9,6 +9,38 @@ +[% BLOCK actions %] + + Actions + + +
+[% END %] + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -62,6 +94,7 @@Title | Requested article | Collection | @@ -78,13 +111,14 @@||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | There are no pending article requests at this time. | |||||||||||||||||||||
[% ar.created_on | $KohaDates %] |
-
-
- Actions
-
-
-
-
+
+ [% PROCESS actions id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
+
|
Title | Requested article | Collection | @@ -206,13 +215,14 @@||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | There are no article requests in processing at this time. | |||||||||||||||||||||
[% ar.created_on | $KohaDates %] |
-
-
- Actions
-
-
-
-
+
+ [% PROCESS actions id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
+
|