Lines 77-82
Link Here
|
77 |
<tr> |
77 |
<tr> |
78 |
<th class="hq-title anti-the">Title</th> |
78 |
<th class="hq-title anti-the">Title</th> |
79 |
<th class="hq-holdingbranch">Current library</th> |
79 |
<th class="hq-holdingbranch">Current library</th> |
|
|
80 |
<th class="hq-homebranch">Home 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 100-105
Link Here
|
100 |
<input class="text_filter" type="text" placeholder="Current library"> |
101 |
<input class="text_filter" type="text" placeholder="Current library"> |
101 |
</span> |
102 |
</span> |
102 |
</td> |
103 |
</td> |
|
|
104 |
<td class="hq-homebranch"> |
105 |
<span class="filter_column filter_text"> |
106 |
<input class="text_filter" type="text" placeholder="Home library"> |
107 |
</span> |
108 |
</td> |
103 |
<td class="hq-collection"> |
109 |
<td class="hq-collection"> |
104 |
<span class="filter_column filter_text"> |
110 |
<span class="filter_column filter_text"> |
105 |
<input type="text" placeholder="Collection"> |
111 |
<input type="text" placeholder="Collection"> |
Lines 185-190
Link Here
|
185 |
</p> |
191 |
</p> |
186 |
</td> |
192 |
</td> |
187 |
<td class="hq-holdingbranch">[% Branches.GetName( itemsloo.holdingbranch ) | html %]</td> |
193 |
<td class="hq-holdingbranch">[% Branches.GetName( itemsloo.holdingbranch ) | html %]</td> |
|
|
194 |
<td class="hq-homebranch">[% Branches.GetName( itemsloo.item.homebranch ) | html %]</td> |
188 |
<td class="hq-collection">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.item.ccode ) | html %]</td> |
195 |
<td class="hq-collection">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.item.ccode ) | html %]</td> |
189 |
<td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.item.effective_itemtype ) | html %]</td> |
196 |
<td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.item.effective_itemtype ) | html %]</td> |
190 |
<td class="hq-callnumber">[% IF ( itemsloo.item.location ) %]<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => itemsloo.item.location ) | html %]</em> [% END %][% itemsloo.item.itemcallnumber | html %]</td> |
197 |
<td class="hq-callnumber">[% IF ( itemsloo.item.location ) %]<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => itemsloo.item.location ) | html %]</em> [% END %][% itemsloo.item.itemcallnumber | html %]</td> |
191 |
- |
|
|