Lines 1-5
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE KohaDates %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
4 |
[% INCLUDE "doc-head-open.inc" %] |
5 |
[% INCLUDE "doc-head-open.inc" %] |
5 |
<title>Offline circulation › Circulation › Koha</title> |
6 |
<title>Offline circulation › Circulation › Koha</title> |
Lines 60-66
Link Here
|
60 |
<tr class="oc-[% operation.action | html %]"> |
61 |
<tr class="oc-[% operation.action | html %]"> |
61 |
<td><input type="checkbox" name="operationid" id="operationid[% operation.operationid | html %]" value="[% operation.operationid | html %]" /></td> |
62 |
<td><input type="checkbox" name="operationid" id="operationid[% operation.operationid | html %]" value="[% operation.operationid | html %]" /></td> |
62 |
<td> |
63 |
<td> |
63 |
<label for="operationid[% operation.operationid | html %]">[% operation.timestamp | html %]</label> |
64 |
<label for="operationid[% operation.operationid | html %]">[% operation.timestamp | $KohaDates with_hours=1 %]</label> |
64 |
</td> |
65 |
</td> |
65 |
<td> |
66 |
<td> |
66 |
[% SWITCH ( operation.action ) -%] |
67 |
[% SWITCH ( operation.action ) -%] |
67 |
- |
|
|