Lines 77-82
Link Here
|
77 |
<thead> |
77 |
<thead> |
78 |
<tr> |
78 |
<tr> |
79 |
<th class="hq-title anti-the">Title</th> |
79 |
<th class="hq-title anti-the">Title</th> |
|
|
80 |
<th class="hq-holdingbranch">Current library</th> |
80 |
<th class="hq-collection">Collection</th> |
81 |
<th class="hq-collection">Collection</th> |
81 |
<th class="hq-itemtype">Item type</th> |
82 |
<th class="hq-itemtype">Item type</th> |
82 |
<th class="hq-callnumber">Call number</th> |
83 |
<th class="hq-callnumber">Call number</th> |
Lines 95-100
Link Here
|
95 |
<input class="text_filter" type="text" placeholder="Title"> |
96 |
<input class="text_filter" type="text" placeholder="Title"> |
96 |
</span> |
97 |
</span> |
97 |
</td> |
98 |
</td> |
|
|
99 |
<td class="hq-holdingbranch"> |
100 |
<span class="filter_column filter_text"> |
101 |
<input class="text_filter" type="text" placeholder="Current library"> |
102 |
</span> |
103 |
</td> |
98 |
<td class="hq-collection"> |
104 |
<td class="hq-collection"> |
99 |
<span class="filter_column filter_text"> |
105 |
<span class="filter_column filter_text"> |
100 |
<input type="text" placeholder="Collection"> |
106 |
<input type="text" placeholder="Collection"> |
Lines 179-184
Link Here
|
179 |
</div> |
185 |
</div> |
180 |
</p> |
186 |
</p> |
181 |
</td> |
187 |
</td> |
|
|
188 |
<td class="hq-holdingbranch">[% Branches.GetName( itemsloo.holdingbranch ) | html %]</td> |
182 |
<td class="hq-collection">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.ccode ) | html %]</td> |
189 |
<td class="hq-collection">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.ccode ) | html %]</td> |
183 |
<td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) | html %]</td> |
190 |
<td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) | html %]</td> |
184 |
<td class="hq-callnumber">[% IF ( itemsloo.location ) %]<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => itemsloo.location ) | html %]</em> [% END %][% itemsloo.itemcallnumber | html %]</td> |
191 |
<td class="hq-callnumber">[% IF ( itemsloo.location ) %]<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => itemsloo.location ) | html %]</em> [% END %][% itemsloo.itemcallnumber | html %]</td> |
185 |
- |
|
|