Lines 4-10
Link Here
|
4 |
<table id="recalls-table"> |
4 |
<table id="recalls-table"> |
5 |
<thead> |
5 |
<thead> |
6 |
<tr> |
6 |
<tr> |
7 |
[% IF checkboxes %]<th class="recall-checkbox nosort"> </th>[% END %] |
7 |
[% IF checkboxes %]<th class="recall-checkbox NoSort"> </th>[% END %] |
8 |
<th class="recall-title anti-the">Title</th> |
8 |
<th class="recall-title anti-the">Title</th> |
9 |
[% UNLESS specific_patron %]<th class="recall-patron">Requested by</th>[% END %] |
9 |
[% UNLESS specific_patron %]<th class="recall-patron">Requested by</th>[% END %] |
10 |
<th class="recall-date">Placed on</th> |
10 |
<th class="recall-date">Placed on</th> |
Lines 12-18
Link Here
|
12 |
<th class="recall-branch">Pickup location</th> |
12 |
<th class="recall-branch">Pickup location</th> |
13 |
<th class="recall-status">Status</th> |
13 |
<th class="recall-status">Status</th> |
14 |
[% UNLESS viewing_old %]<th class="recall-duedate">Due date</th>[% END %] |
14 |
[% UNLESS viewing_old %]<th class="recall-duedate">Due date</th>[% END %] |
15 |
[% UNLESS viewing_old %]<th class="recall-actions nosort"> </th>[% END %] |
15 |
[% UNLESS viewing_old %]<th class="recall-actions NoSort"> </th>[% END %] |
16 |
</tr> |
16 |
</tr> |
17 |
</thead> |
17 |
</thead> |
18 |
|
18 |
|