View | Details | Raw Unified | Return to bug 7960
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 214-220 Link Here
214
                                                        [% END %]
214
                                                        [% END %]
215
                                                             
215
                                                             
216
                                                    [% END %]
216
                                                    [% END %]
217
                                                    [% itemtypeloo.description | html %]
217
                                                    <span class="itypetext">[% itemtypeloo.description | html %]</span>
218
                                                </label>
218
                                                </label>
219
                                            </td>
219
                                            </td>
220
                                            [% IF ( loop.last ) %]
220
                                            [% IF ( loop.last ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 400-406 Link Here
400
                            [% IF !noItemTypeImages && item.imageurl %]
400
                            [% IF !noItemTypeImages && item.imageurl %]
401
                                <img src="[% item.imageurl | html %]" alt="[% item.translated_description | html %]" title="[% item.translated_description | html %]" />
401
                                <img src="[% item.imageurl | html %]" alt="[% item.translated_description | html %]" title="[% item.translated_description | html %]" />
402
                            [% END %]
402
                            [% END %]
403
                            <span class="itypedesc">[% item.translated_description | html %]</span>
403
                            <span class="itypedesc itypetext">[% item.translated_description | html %]</span>
404
                        </td>
404
                        </td>
405
                    [% END %]
405
                    [% END %]
406
                    <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td>
406
                    <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td>
Lines 978-984 Note that permanent location is a code, and location may be an authval. Link Here
978
<div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
978
<div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
979
<table>
979
<table>
980
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
980
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
981
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
981
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %]<span class="itypetext">[% XISBN.description | html %]</span>[% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
982
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
982
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
983
  [% IF ( XISBN.publishercode ) %]
983
  [% IF ( XISBN.publishercode ) %]
984
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %]
984
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +2 lines)
Lines 506-512 Link Here
506
                                                        [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %]
506
                                                        [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %]
507
                                                            <img src="[% SEARCH_RESULT.imageurl | html %]" alt="[%  SEARCH_RESULT.description | html %]" />
507
                                                            <img src="[% SEARCH_RESULT.imageurl | html %]" alt="[%  SEARCH_RESULT.description | html %]" />
508
                                                        [% END %]
508
                                                        [% END %]
509
                                                        [% SEARCH_RESULT.description | html %]
509
                                                        <span class="itypetext">[% SEARCH_RESULT.description | html %]</span>
510
                                                    </div>
510
                                                    </div>
511
                                                [% END %]
511
                                                [% END %]
512
512
Lines 629-635 Link Here
629
                                                                                <span class="item_count">[% items_loo.count | html %]</span>
629
                                                                                <span class="item_count">[% items_loo.count | html %]</span>
630
                                                                            </div> <!-- /.result_item_details -->
630
                                                                            </div> <!-- /.result_item_details -->
631
                                                                            [% IF item_level_itypes && items_loo.description %]
631
                                                                            [% IF item_level_itypes && items_loo.description %]
632
                                                                                <span class="item-itype-desc">[% items_loo.description | html %]</span>
632
                                                                                <span class="item-itype-desc itypetext">[% items_loo.description | html %]</span>
633
                                                                            [% END %]
633
                                                                            [% END %]
634
                                                                        </li>
634
                                                                        </li>
635
                                                                    [% END # /FOREACH other_items_loo %]
635
                                                                    [% END # /FOREACH other_items_loo %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 758-764 Link Here
758
                                                        [% UNLESS ( noItemTypeImages ) %]
758
                                                        [% UNLESS ( noItemTypeImages ) %]
759
                                                            [% IF ( itemloo.itemtype.image_location) %]<img src="[% itemloo.itemtype.image_location | html %]" alt="" /> <br /> [% END %]
759
                                                            [% IF ( itemloo.itemtype.image_location) %]<img src="[% itemloo.itemtype.image_location | html %]" alt="" /> <br /> [% END %]
760
                                                        [% END %]
760
                                                        [% END %]
761
                                                        [% itemloo.itemtype.translated_description | html %]
761
                                                        <span class="itypetext">[% itemloo.itemtype.translated_description | html %]</span>
762
                                                    </td>
762
                                                    </td>
763
                                                [% END %]
763
                                                [% END %]
764
                                                <td>
764
                                                <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 261-267 Link Here
261
                </td>
261
                </td>
262
            [% END %]
262
            [% END %]
263
			[% UNLESS ( item_level_itypes ) %]<td>
263
			[% UNLESS ( item_level_itypes ) %]<td>
264
                [% UNLESS ( noItemTypeImages || !itemsloo.imageurl ) %]<img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />[% END %][% itemsloo.description | html %]
264
                [% UNLESS ( noItemTypeImages || !itemsloo.imageurl ) %]<img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />[% END %]<span class="itypetext">[% itemsloo.description | html %]</span>
265
			</td>[% END %]
265
			</td>[% END %]
266
			<td>
266
			<td>
267
                [% IF ( itemsloo.XSLTBloc ) %]
267
                [% IF ( itemsloo.XSLTBloc ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +1 lines)
Lines 190-196 Link Here
190
                                                                [% END %]
190
                                                                [% END %]
191
                                                                &nbsp;
191
                                                                &nbsp;
192
                                                            [% END %]
192
                                                            [% END %]
193
                                                            [% itemtypeloo.description | html %]
193
                                                            <span class="itypetext">[% itemtypeloo.description | html %]</span>
194
                                                        </label>
194
                                                        </label>
195
                                                    </div>
195
                                                    </div>
196
                                                [% IF ( loop.last ) %]</div>[% ELSE %][% UNLESS ( loop.count % 4 ) %]</div><div class="row">[% END %][% END %]
196
                                                [% IF ( loop.last ) %]</div>[% ELSE %][% UNLESS ( loop.count % 4 ) %]</div><div class="row">[% END %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-3 / +3 lines)
Lines 171-179 Link Here
171
                                <img src="[% imageurl | html %]" alt="" />
171
                                <img src="[% imageurl | html %]" alt="" />
172
                            [% END %]
172
                            [% END %]
173
                            [% IF ( description ) %]
173
                            [% IF ( description ) %]
174
                                [% description | html %]
174
                                <span class="itypetext">[% description | html %]</span>
175
                            [% ELSE %]
175
                            [% ELSE %]
176
                                [% itemtype | html %]
176
                               <span class="itypetext">[% itemtype | html %]</span>
177
                            [% END %]
177
                            [% END %]
178
                        </span>
178
                        </span>
179
                    [% END %]
179
                    [% END %]
Lines 1191-1197 Link Here
1191
                                <img src="[% ITEM_RESULT.imageurl | html %]" title="[% ITEM_RESULT.description | html %]" alt="[% ITEM_RESULT.description | html %]" />
1191
                                <img src="[% ITEM_RESULT.imageurl | html %]" title="[% ITEM_RESULT.description | html %]" alt="[% ITEM_RESULT.description | html %]" />
1192
                            [% END %]
1192
                            [% END %]
1193
                        [% END %]
1193
                        [% END %]
1194
                        [% ITEM_RESULT.description | html %]
1194
                       <span class="itypetext">[% ITEM_RESULT.description | html %]</span>
1195
                    </td>
1195
                    </td>
1196
                [% END %]
1196
                [% END %]
1197
                [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %]
1197
                [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-2 / +2 lines)
Lines 153-160 Link Here
153
                                                        <img src="[% issue.imageurl | html %]" alt="" />
153
                                                        <img src="[% issue.imageurl | html %]" alt="" />
154
                                                    [% END %]
154
                                                    [% END %]
155
                                                [% END %]
155
                                                [% END %]
156
                                                <span class="tdlabel">Item type:</span>
156
                                                <span class="itypetext"><span class="tdlabel">Item type:</span>
157
                                                [% issue.translated_description | html %]</td>
157
                                                [% issue.translated_description | html %]</span></td>
158
                                                <td>
158
                                                <td>
159
                                                <span class="tdlabel">Call number:</span>
159
                                                <span class="tdlabel">Call number:</span>
160
                                                [% issue.itemcallnumber | html %]
160
                                                [% issue.itemcallnumber | html %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +2 lines)
Lines 223-229 Link Here
223
                                                <li class="itype">
223
                                                <li class="itype">
224
                                                    <span class="label">Item type: </span>
224
                                                    <span class="label">Item type: </span>
225
                                                    [% IF ( bibitemloo.imageurl ) %]<img src="[% bibitemloo.imageurl | html %]" alt="" />[% END %]
225
                                                    [% IF ( bibitemloo.imageurl ) %]<img src="[% bibitemloo.imageurl | html %]" alt="" />[% END %]
226
                                                    [% bibitemloo.translated_description | html %]
226
                                                    <span class="itypetext">[% bibitemloo.translated_description | html %]</span>
227
                                                </li>
227
                                                </li>
228
                                            [% END %]
228
                                            [% END %]
229
229
Lines 401-407 Link Here
401
                                                                            <img src="[% itemLoo.imageurl | html %]" alt="" />
401
                                                                            <img src="[% itemLoo.imageurl | html %]" alt="" />
402
                                                                        [% END %]
402
                                                                        [% END %]
403
                                                                    [% END %]
403
                                                                    [% END %]
404
                                                                    [% itemLoo.translated_description | html %]
404
                                                                    <span class="itypetext">[% itemLoo.translated_description | html %]</span>
405
                                                                </td>
405
                                                                </td>
406
                                                            [% END %]
406
                                                            [% END %]
407
407
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 390-396 Link Here
390
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
390
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
391
                                                                <img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />
391
                                                                <img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />
392
                                                            [% END %]
392
                                                            [% END %]
393
                                                            [% itemsloo.description | html %]
393
                                                            <span class="itypetext">[% itemsloo.description | html %]</span>
394
                                                        </td>
394
                                                        </td>
395
                                                    [% END %]
395
                                                    [% END %]
396
                                                    <td>
396
                                                    <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 341-347 Link Here
341
                                                        <span class="tdlabel">Item type:</span>
341
                                                        <span class="tdlabel">Item type:</span>
342
                                                        [% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
342
                                                        [% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
343
                                                            <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
343
                                                            <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
344
                                                        [% END %] [% ISSUE.description | html %]
344
                                                        [% END %] <span class="itypetext">[% ISSUE.description | html %]</span>
345
                                                    </td>
345
                                                    </td>
346
                                                [% END %]
346
                                                [% END %]
347
                                                [% IF ( show_barcode ) %]
347
                                                [% IF ( show_barcode ) %]
348
- 

Return to bug 7960