Lines 182-188
Link Here
|
182 |
<img src="[% interface %]/[% theme %]/img/ascdesc.gif" alt="" /> |
182 |
<img src="[% interface %]/[% theme %]/img/ascdesc.gif" alt="" /> |
183 |
[% END %] |
183 |
[% END %] |
184 |
</th> |
184 |
</th> |
185 |
<th>Date added</th> |
185 |
<th> |
|
|
186 |
<a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber %]&sortfield=dateadded&direction=[% IF sortfield != 'dateadded' %]asc[% ELSE %][% new_direction %][% END %]">Date added</a> |
187 |
[% IF sortfield == 'dateadded' %] |
188 |
<img src="[% interface %]/[% theme %]/img/[% direction %].gif" alt="[% direction %] sort" /> |
189 |
[% ELSE %] |
190 |
<img src="[% interface %]/[% theme %]/img/ascdesc.gif" alt="" /> |
191 |
[% END %] |
192 |
</th> |
186 |
<th> |
193 |
<th> |
187 |
<a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber %]&sortfield=itemcallnumber&direction=[% IF sortfield != 'itemcallnumber' %]asc[% ELSE %][% new_direction %][% END %]">Call number</a> |
194 |
<a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber %]&sortfield=itemcallnumber&direction=[% IF sortfield != 'itemcallnumber' %]asc[% ELSE %][% new_direction %][% END %]">Call number</a> |
188 |
[% IF sortfield == 'itemcallnumber' %] |
195 |
[% IF sortfield == 'itemcallnumber' %] |