Lines 415-421
Link Here
|
415 |
<caption class="sr-only">Your purchase suggestions</caption> |
415 |
<caption class="sr-only">Your purchase suggestions</caption> |
416 |
<thead> |
416 |
<thead> |
417 |
<tr> |
417 |
<tr> |
418 |
[% IF ( loggedinusername ) %]<th> </th>[% END %] |
418 |
[% IF ( loggedinusername ) %] |
|
|
419 |
<th> |
420 |
<i data-bs-toggle="tooltip" title="Check the boxes in this column to select purchase suggestions for deletion" data-bs-placement="right" class="fa fa-info-circle" tabindex="0"></i> |
421 |
</th> |
422 |
[% END %] |
419 |
<th class="all">Summary</th> |
423 |
<th class="all">Summary</th> |
420 |
<th>Suggested on</th> |
424 |
<th>Suggested on</th> |
421 |
<th>Note</th> |
425 |
<th>Note</th> |
422 |
- |
|
|