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=bd345b83a2ba0c61499410a29c2e304289d32b83;hpb=068e5be6395088793aeab66d67c36c2b9da2c5d9;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 bd345b83a2..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,28 +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' %] - - @@ -35,10 +41,10 @@
-[% INCLUDE 'circ-toolbar.inc' %] +[% INCLUDE 'members-toolbar.inc' %]

Sent notices for [% INCLUDE 'patron-title.inc' %]

- +[% IF ( QUEUED_MESSAGES ) %] @@ -48,15 +54,14 @@ -[% IF ( QUEUED_MESSAGES ) %] [% FOREACH QUEUED_MESSAGE IN QUEUED_MESSAGES %] - + [% END %] - [% ELSE %] - - [% END %]
Time
- [% QUEUED_MESSAGE.subject %] -

+ [% QUEUED_MESSAGE.subject %] +

[% QUEUED_MESSAGE.content FILTER html_line_break %] -

+
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email @@ -71,15 +76,27 @@ [% 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 %][% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %]
There is no record of any messages that have been sent to this patron.
+[% ELSE %] +
There is no record of any messages that have been sent to this patron.
+[% END %]