|
Lines 695-701
Link Here
|
| 695 |
|
695 |
|
| 696 |
[% IF ( count ) %] |
696 |
[% IF ( count ) %] |
| 697 |
[% IF ( showncount ) %] |
697 |
[% IF ( showncount ) %] |
| 698 |
[% PROCESS items_table tab="holdings" items=itemloop %] |
698 |
[%# PROCESS items_table tab="holdings" items=itemloop %] |
| 699 |
|
699 |
|
| 700 |
[% SET tab="holdings" %] |
700 |
[% SET tab="holdings" %] |
| 701 |
<table id="table_items"> |
701 |
<table id="table_items"> |
|
Lines 2501-2506
Link Here
|
| 2501 |
order: [[ 0, "asc" ]], |
2501 |
order: [[ 0, "asc" ]], |
| 2502 |
embed, |
2502 |
embed, |
| 2503 |
bAutoWidth: false, |
2503 |
bAutoWidth: false, |
|
|
2504 |
bKohaColumnsUseNames: true, // FIXME We should not need that now, do we? |
| 2504 |
columns: [ |
2505 |
columns: [ |
| 2505 |
[% IF (StaffDetailItemSelection) %] |
2506 |
[% IF (StaffDetailItemSelection) %] |
| 2506 |
{ |
2507 |
{ |
|
Lines 2817-2823
Link Here
|
| 2817 |
} |
2818 |
} |
| 2818 |
}); |
2819 |
}); |
| 2819 |
}, |
2820 |
}, |
| 2820 |
}); |
2821 |
}, |
|
|
2822 |
table_settings, |
| 2823 |
true); |
| 2821 |
</script> |
2824 |
</script> |
| 2822 |
[% CoverImagePlugins | $raw %] |
2825 |
[% CoverImagePlugins | $raw %] |
| 2823 |
[% END %] |
2826 |
[% END %] |
| 2824 |
- |
|
|