|
Lines 325-333
Link Here
|
| 325 |
[% END %] |
325 |
[% END %] |
| 326 |
</ul> |
326 |
</ul> |
| 327 |
|
327 |
|
| 328 |
[% items_table_block_iter = 0 | html %] |
328 |
[% items_table_block_iter = 0 %] |
| 329 |
[% BLOCK items_table %] |
329 |
[% BLOCK items_table %] |
| 330 |
[% items_table_block_iter = items_table_block_iter + 1 | html %] |
330 |
[% items_table_block_iter = items_table_block_iter + 1 %] |
| 331 |
<div class="[% tab | html %]_table_table_controls"> |
331 |
<div class="[% tab | html %]_table_table_controls"> |
| 332 |
[% IF (StaffDetailItemSelection) %] |
332 |
[% IF (StaffDetailItemSelection) %] |
| 333 |
| <a href="#" class="SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</a> | |
333 |
| <a href="#" class="SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</a> | |
| 334 |
- |
|
|