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=f3727f7cf701aefc5c57a7842d182ca880156702;hpb=f7644ec91f2d151535f8f5125c4057a9213d766e;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 f3727f7cf7..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,34 +1,34 @@ +[% 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-strings.inc' %] - + +[% INCLUDE 'datatables.inc' %] @@ -58,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 @@ -76,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 %]