|
Lines 110-127
Link Here
|
| 110 |
[% END %] |
110 |
[% END %] |
| 111 |
</td> |
111 |
</td> |
| 112 |
<td data-order="[% issue.issuedate | html %]"> |
112 |
<td data-order="[% issue.issuedate | html %]"> |
| 113 |
[% issue.issuedate |$KohaDates with_hours => 1 %] |
113 |
[% issue.issuedate |$KohaDates with_hours => 1 %] |
| 114 |
</td> |
114 |
</td> |
| 115 |
<td>[% Branches.GetName( issue.branchcode ) | html %]</td> |
115 |
<td>[% Branches.GetName( issue.branchcode ) | html %]</td> |
| 116 |
[% IF Koha.Preference('RecordStaffUserOnCheckout') %] |
116 |
[% IF Koha.Preference('RecordStaffUserOnCheckout') %] |
| 117 |
<td><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% issue.issuer_id | uri %]">[% issue.firstname | html %] [% issue.surname | html %]</a></td> |
117 |
<td><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% issue.issuer_id | uri %]">[% issue.firstname | html %] [% issue.surname | html %]</a></td> |
| 118 |
[% END %] |
118 |
[% END %] |
| 119 |
<td data-order="[% issue.date_due | html %]"> |
119 |
<td data-order="[% issue.date_due | html %]"> |
| 120 |
[% issue.date_due |$KohaDates with_hours => 1 %] |
120 |
[% issue.date_due | $KohaDates as_due_date => 1 %] |
| 121 |
</td> |
121 |
</td> |
| 122 |
[% IF issue.returndate %] |
122 |
[% IF issue.returndate %] |
| 123 |
<td data-order="[% issue.returndate | html %]"> |
123 |
<td data-order="[% issue.returndate | html %]"> |
| 124 |
[% issue.returndate |$KohaDates with_hours => 1 %] |
124 |
[% issue.returndate |$KohaDates with_hours => 1 %] |
| 125 |
[% ELSE %] |
125 |
[% ELSE %] |
| 126 |
<td data-order="checked out"> |
126 |
<td data-order="checked out"> |
| 127 |
<small>Checked out</small> |
127 |
<small>Checked out</small> |
|
Lines 151-157
Link Here
|
| 151 |
[% INCLUDE table_readingrec %] |
151 |
[% INCLUDE table_readingrec %] |
| 152 |
</div> <!-- /.page-section --> |
152 |
</div> <!-- /.page-section --> |
| 153 |
[% END # /IF Koha.Preference('OnSiteCheckouts') %] |
153 |
[% END # /IF Koha.Preference('OnSiteCheckouts') %] |
| 154 |
|
|
|
| 155 |
[% END %] |
154 |
[% END %] |
| 156 |
|
155 |
|
| 157 |
</main> |
156 |
</main> |