Lines 1-7
Link Here
|
1 |
<p> |
1 |
<p> |
2 |
[% log.timestamp | $KohaDates with_hours => 1 %] : <b>Status changed </b> |
2 |
[% log.timestamp | $KohaDates with_hours => 1 %] : <b>Status changed </b> |
3 |
[% IF log.info.status_before %] |
3 |
[% IF log.info.status_before %] |
4 |
from "[% request.capabilities(log.info.status_before).name %]" |
4 |
from "[% request.capabilities(log.info.status_before).name | html %]" |
5 |
[% END %] |
5 |
[% END %] |
6 |
to "[% request.capabilities(log.info.status_after).name %]" |
6 |
to "[% request.capabilities(log.info.status_after).name | html %]" |
7 |
</p> |
7 |
</p> |
8 |
- |
|
|