View | Details | Raw Unified | Return to bug 36118
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/patron_notice.tt (-1 / +3 lines)
Lines 1-6 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
<p>
2
<p>
3
[% log.timestamp | $KohaDates with_hours => 1 %] : <b>Patron notice sent: </b>
3
[% log.timestamp | $KohaDates with_hours => 1 %] :
4
[%- INCLUDE 'patron-title.inc' patron => log.patron hide_patron_infos_if_needed => 1 -%]
5
- <b>Patron notice sent: </b>
4
[% notice_code = log.info.notice_code %]
6
[% notice_code = log.info.notice_code %]
5
&quot;[% log.notice_types.$notice_code.name | html %]&quot;
7
&quot;[% log.notice_types.$notice_code.name | html %]&quot;
6
</p>
8
</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt (-2 / +3 lines)
Lines 1-6 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
<p>
2
<p>
3
[% log.timestamp | $KohaDates with_hours => 1 %] : <strong>Status changed</strong>
3
[% log.timestamp | $KohaDates with_hours => 1 %] :
4
[%- INCLUDE 'patron-title.inc' patron => log.patron hide_patron_infos_if_needed => 1 -%]
5
- <strong>Status changed</strong>
4
[% IF log.info.status_before %]
6
[% IF log.info.status_before %]
5
[% before = log.info.status_before %]
7
[% before = log.info.status_before %]
6
[% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %]
8
[% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %]
7
- 

Return to bug 36118