@@ -, +, @@ page --- .../prog/en/modules/members/notices.tt | 42 +++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt @@ -2,19 +2,24 @@ [% INCLUDE 'doc-head-open.inc' %] Sent notices for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] - + + +[% INCLUDE 'datatables-strings.inc' %] + @@ -39,7 +44,7 @@ [% INCLUDE 'members-toolbar.inc' %]

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

- +[% IF ( QUEUED_MESSAGES ) %] @@ -49,13 +54,12 @@ -[% IF ( QUEUED_MESSAGES ) %] [% FOREACH QUEUED_MESSAGE IN QUEUED_MESSAGES %] @@ -73,14 +77,14 @@ [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted [% ELSE %][% QUEUED_MESSAGE.status %][% END %] - + [% END %] - [% ELSE %] - - [% END %]
Time
- [% QUEUED_MESSAGE.subject %] -

+ [% QUEUED_MESSAGE.subject %] +

[% QUEUED_MESSAGE.content FILTER html_line_break %]

[% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %][% 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 %] --