|
Lines 210-216
$.tablesorter.addParser({
Link Here
|
| 210 |
[% IF ( OPACFinesTab ) %] |
210 |
[% IF ( OPACFinesTab ) %] |
| 211 |
<th>Fines</th> |
211 |
<th>Fines</th> |
| 212 |
[% END %] |
212 |
[% END %] |
| 213 |
[% IF ( OPACMySummaryhtml ) %] |
213 |
[% IF ( OPACMySummaryHTML ) %] |
| 214 |
<th>Links</th> |
214 |
<th>Links</th> |
| 215 |
[% END %] |
215 |
[% END %] |
| 216 |
</tr></thead> |
216 |
</tr></thead> |
|
Lines 263-270
$.tablesorter.addParser({
Link Here
|
| 263 |
[% IF ( OPACFinesTab ) %] |
263 |
[% IF ( OPACFinesTab ) %] |
| 264 |
<td>[% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %]</td> |
264 |
<td>[% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %]</td> |
| 265 |
[% END %] |
265 |
[% END %] |
| 266 |
[% IF ( OPACMySummaryhtml ) %] |
266 |
[% IF ( OPACMySummaryHTML ) %] |
| 267 |
<td>[% MySummaryhtml %]</td> |
267 |
<td>[% ISSUE.MySummaryHTML %]</td> |
| 268 |
[% END %] |
268 |
[% END %] |
| 269 |
</tr> |
269 |
</tr> |
| 270 |
[% END %]</tbody> |
270 |
[% END %]</tbody> |
| 271 |
- |
|
|