Lines 2-8
Link Here
|
2 |
[% IF patron.borrowernumber %] |
2 |
[% IF patron.borrowernumber %] |
3 |
[% table_id = 'ill-requests-patron-' _ patron.borrowernumber %] |
3 |
[% table_id = 'ill-requests-patron-' _ patron.borrowernumber %] |
4 |
[% ELSIF batch.id %] |
4 |
[% ELSIF batch.id %] |
5 |
[% table_id = 'ill-requests-patron-' _ batch.id %] |
5 |
[% table_id = 'ill-requests-batch-' _ batch.id %] |
6 |
[% END %] |
6 |
[% END %] |
7 |
<table id="[% table_id | html %]"> |
7 |
<table id="[% table_id | html %]"> |
8 |
<thead> |
8 |
<thead> |
9 |
- |
|
|