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 |
- |
|
|