X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Fnotices.tt;h=7ae818c653b2c79a08fda23c18708e6a608c9b82;hb=a66c0b1dd76a2fe08ed7ac189ad8a564372ab3a9;hp=beab40d2122a31c244f89586a3cae3d804906217;hpb=a31bf519a9aff560f3157ad7821be3a0afe3d98f;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt index beab40d212..7ae818c653 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt @@ -1,8 +1,11 @@ +[% USE Koha %] +[% USE AuthorisedValues %] +[% USE Branches %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Sent notices for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'datatables.inc' %] @@ -56,10 +58,10 @@ [% FOREACH QUEUED_MESSAGE IN QUEUED_MESSAGES %] - [% QUEUED_MESSAGE.subject %] -

+ [% QUEUED_MESSAGE.subject %] +

[% QUEUED_MESSAGE.content FILTER html_line_break %] -

+
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email @@ -74,6 +76,18 @@ [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]failed [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted [% ELSE %][% QUEUED_MESSAGE.status %][% END %] + [% IF ( QUEUED_MESSAGE.status != 'pending' ) %] +
+
+ + + +
+ +
+
+
+ [% END %] [% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %]