|
Lines 68-73
Link Here
|
| 68 |
<th style="display:none;">Type</th> |
68 |
<th style="display:none;">Type</th> |
| 69 |
<th class="nosort"></th> |
69 |
<th class="nosort"></th> |
| 70 |
<th class="anti-the">Title</th> |
70 |
<th class="anti-the">Title</th> |
|
|
71 |
<th>Author</th> |
| 71 |
<th>Item type</th> |
72 |
<th>Item type</th> |
| 72 |
<th>Call no.</th> |
73 |
<th>Call no.</th> |
| 73 |
<th class="title-string">Date</th> |
74 |
<th class="title-string">Date</th> |
|
Lines 127-134
Link Here
|
| 127 |
[% ELSE %] |
128 |
[% ELSE %] |
| 128 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title |html %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a> |
129 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title |html %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a> |
| 129 |
[% END %] |
130 |
[% END %] |
| 130 |
<span class="item-details">[% issue.author %]</span> |
|
|
| 131 |
</td> |
131 |
</td> |
|
|
132 |
<td>[% issue.author %]</td> |
| 132 |
<td> |
133 |
<td> |
| 133 |
[% UNLESS ( noItemTypeImages ) %] |
134 |
[% UNLESS ( noItemTypeImages ) %] |
| 134 |
[% IF ( issue.imageurl ) %] |
135 |
[% IF ( issue.imageurl ) %] |
| 135 |
- |
|
|