Lines 62-68
Link Here
|
62 |
<table id="table_readingrec"> |
62 |
<table id="table_readingrec"> |
63 |
<thead> |
63 |
<thead> |
64 |
<tr> |
64 |
<tr> |
65 |
<th style="display:none;">Type</th> |
65 |
<th>Type</th> |
66 |
<th>Date</th> |
66 |
<th>Date</th> |
67 |
<th class="anti-the">Title</th> |
67 |
<th class="anti-the">Title</th> |
68 |
<th>Author</th> |
68 |
<th>Author</th> |
Lines 84-90
Link Here
|
84 |
[% SET item = checkout.item %] |
84 |
[% SET item = checkout.item %] |
85 |
[% SET biblio = item.biblio %] |
85 |
[% SET biblio = item.biblio %] |
86 |
<tr> |
86 |
<tr> |
87 |
<td style="display:none;"> |
87 |
<td> |
88 |
[% IF checkout.onsite_checkout %][% issuetype = 'onsite_checkout' | html %] |
88 |
[% IF checkout.onsite_checkout %][% issuetype = 'onsite_checkout' | html %] |
89 |
[% ELSE %][% issuetype = 'standard_checkout' | html %] |
89 |
[% ELSE %][% issuetype = 'standard_checkout' | html %] |
90 |
[% END %] |
90 |
[% END %] |
91 |
- |
|
|