repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 26922: Regression tests
[koha.git]
/
koha-tmpl
/
intranet-tmpl
/
prog
/
en
/
modules
/
ill
/
log
/
patron_notice.tt
blob
76287896235bc1913698e898312a5f31ab7adbb3
1
[% USE KohaDates %]
2
<p>
3
[% log.timestamp | $KohaDates with_hours => 1 %] : <b>Patron notice sent: </b>
4
[% notice_code = log.info.notice_code %]
5
"[% log.notice_types.$notice_code.name | html %]"
6
</p>