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 (-4 / +4 lines)
Lines 146-154 Link Here
146
              <img src="[% imageurl | html %]" alt="" />
146
              <img src="[% imageurl | html %]" alt="" />
147
          [% END %]
147
          [% END %]
148
          [% IF ( description ) %]
148
          [% IF ( description ) %]
149
            [% description | html %]
149
              <span class="itypetext">[% description | html %]</span>
150
          [% ELSE %]
150
          [% ELSE %]
151
            [% itemtype | html %]
151
              <span class="itypetext">[% itemtype | html %]</span>
152
          [% END %]
152
          [% END %]
153
          </span>
153
          </span>
154
        [% END %]
154
        [% END %]
Lines 401-407 Link Here
401
                            [% IF !noItemTypeImages && itemtype.image_location %]
401
                            [% IF !noItemTypeImages && itemtype.image_location %]
402
                                <img src="[% itemtype.image_location | html %]" alt="[% itemtype.translated_description | html %]" title="[% itemtype.translated_description | html %]" />
402
                                <img src="[% itemtype.image_location | html %]" alt="[% itemtype.translated_description | html %]" title="[% itemtype.translated_description | html %]" />
403
                            [% END %]
403
                            [% END %]
404
                            <span class="itypedesc">[% itemtype.translated_description | html %]</span>
404
                            <span class="itypedesc itypetext">[% itemtype.translated_description | html %]</span>
405
                        </td>
405
                        </td>
406
                    [% END %]
406
                    [% END %]
407
                    <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.holdingbranch ) | html %] [% END %]</td>
407
                    <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.holdingbranch ) | html %] [% END %]</td>
Lines 982-988 Note that permanent location is a code, and location may be an authval. Link Here
982
<div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
982
<div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
983
<table>
983
<table>
984
[% 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 %]
984
[% 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 %]
985
[% 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 %]
985
[% 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 %]
986
<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 %]
986
<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 %]
987
  [% IF ( XISBN.publishercode ) %]
987
  [% IF ( XISBN.publishercode ) %]
988
[% 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 %]
988
[% 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 516-522 Link Here
516
                                                        [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %]
516
                                                        [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %]
517
                                                            <img src="[% SEARCH_RESULT.imageurl | html %]" alt="[%  SEARCH_RESULT.description | html %]" />
517
                                                            <img src="[% SEARCH_RESULT.imageurl | html %]" alt="[%  SEARCH_RESULT.description | html %]" />
518
                                                        [% END %]
518
                                                        [% END %]
519
                                                        [% SEARCH_RESULT.description | html %]
519
                                                        <span class="itypetext">[% SEARCH_RESULT.description | html %]</span>
520
                                                    </div>
520
                                                    </div>
521
                                                [% END %]
521
                                                [% END %]
522
522
Lines 645-651 Link Here
645
                                                                            [% END %]
645
                                                                            [% END %]
646
646
647
                                                                            [% IF item_level_itypes && items_loo.description %]
647
                                                                            [% IF item_level_itypes && items_loo.description %]
648
                                                                                <span class="item-itype-desc">[% items_loo.description | html %]</span>
648
                                                                                <span class="item-itype-desc itypetext">[% items_loo.description | html %]</span>
649
                                                                            [% END %]
649
                                                                            [% END %]
650
                                                                        </li>
650
                                                                        </li>
651
                                                                    [% END # /FOREACH other_items_loo %]
651
                                                                    [% 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 327-333 Link Here
327
                                            [% UNLESS ( noItemTypeImages || !itemsloo.imageurl ) %]
327
                                            [% UNLESS ( noItemTypeImages || !itemsloo.imageurl ) %]
328
                                                <img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />
328
                                                <img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />
329
                                            [% END %]
329
                                            [% END %]
330
                                            [% itemsloo.description | html %]
330
                                            <span class="itypetext">[% itemsloo.description | html %]</span>
331
                                        </td>
331
                                        </td>
332
                                    [% END %]
332
                                    [% END %]
333
                                    <td>
333
                                    <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +1 lines)
Lines 191-197 Link Here
191
                                                                    [% END %]
191
                                                                    [% END %]
192
                                                                    &nbsp;
192
                                                                    &nbsp;
193
                                                                [% END %]
193
                                                                [% END %]
194
                                                                [% itemtypeloo.description | html %]
194
                                                                <span class="itypetext">[% itemtypeloo.description | html %]</span>
195
                                                            </label>
195
                                                            </label>
196
                                                        </div>
196
                                                        </div>
197
                                                    [% IF ( loop.last ) %]</div>[% ELSE %][% UNLESS ( loop.count % 4 ) %]</div><div class="row">[% END %][% END %]
197
                                                    [% 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 1238-1244 Link Here
1238
                                <img src="[% ITEM_RESULT.imageurl | html %]" title="[% ITEM_RESULT.description | html %]" alt="[% ITEM_RESULT.description | html %]" />
1238
                                <img src="[% ITEM_RESULT.imageurl | html %]" title="[% ITEM_RESULT.description | html %]" alt="[% ITEM_RESULT.description | html %]" />
1239
                            [% END %]
1239
                            [% END %]
1240
                        [% END %]
1240
                        [% END %]
1241
                        [% ITEM_RESULT.description | html %]
1241
                       <span class="itypetext">[% ITEM_RESULT.description | html %]</span>
1242
                    </td>
1242
                    </td>
1243
                [% END %]
1243
                [% END %]
1244
                [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %]
1244
                [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-2 / +2 lines)
Lines 161-168 Link Here
161
                                                        <img src="[% issue.imageurl | html %]" alt="" />
161
                                                        <img src="[% issue.imageurl | html %]" alt="" />
162
                                                    [% END %]
162
                                                    [% END %]
163
                                                [% END %]
163
                                                [% END %]
164
                                                <span class="tdlabel">Item type:</span>
164
                                                <span class="itypetext"><span class="tdlabel">Item type:</span>
165
                                                [% issue.translated_description | html %]</td>
165
                                                [% issue.translated_description | html %]</span></td>
166
                                                <td>
166
                                                <td>
167
                                                <span class="tdlabel">Call number:</span>
167
                                                <span class="tdlabel">Call number:</span>
168
                                                [% issue.itemcallnumber | html %]
168
                                                [% issue.itemcallnumber | html %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +2 lines)
Lines 231-237 Link Here
231
                                                <li class="itype">
231
                                                <li class="itype">
232
                                                    <span class="label">Item type: </span>
232
                                                    <span class="label">Item type: </span>
233
                                                    [% IF ( bibitemloo.imageurl ) %]<img src="[% bibitemloo.imageurl | html %]" alt="" />[% END %]
233
                                                    [% IF ( bibitemloo.imageurl ) %]<img src="[% bibitemloo.imageurl | html %]" alt="" />[% END %]
234
                                                    [% bibitemloo.translated_description | html %]
234
                                                    <span class="itypetext">[% bibitemloo.translated_description | html %]</span>
235
                                                </li>
235
                                                </li>
236
                                            [% END %]
236
                                            [% END %]
237
237
Lines 406-412 Link Here
406
                                                                            <img src="[% itemLoo.imageurl | html %]" alt="" />
406
                                                                            <img src="[% itemLoo.imageurl | html %]" alt="" />
407
                                                                        [% END %]
407
                                                                        [% END %]
408
                                                                    [% END %]
408
                                                                    [% END %]
409
                                                                    [% itemLoo.itemtype.translated_description | html %]
409
                                                                    <span class="itypetext">[% itemLoo.itemtype.translated_description | html %]</span>
410
                                                                </td>
410
                                                                </td>
411
                                                            [% END %]
411
                                                            [% END %]
412
412
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 399-405 Link Here
399
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
399
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
400
                                                                <img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />
400
                                                                <img src="[% itemsloo.imageurl | html %]" alt="[% itemsloo.description | html %]" title="[% itemsloo.description | html %]" />
401
                                                            [% END %]
401
                                                            [% END %]
402
                                                            [% itemsloo.description | html %]
402
                                                            <span class="itypetext">[% itemsloo.description | html %]</span>
403
                                                        </td>
403
                                                        </td>
404
                                                    [% END %]
404
                                                    [% END %]
405
                                                    <td>
405
                                                    <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 381-387 Link Here
381
                                                            <span class="tdlabel">Item type:</span>
381
                                                            <span class="tdlabel">Item type:</span>
382
                                                            [% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
382
                                                            [% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
383
                                                                <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
383
                                                                <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
384
                                                            [% END %] [% ISSUE.description | html %]
384
                                                                [% END %] <span class="itypetext">[% ISSUE.description | html %]</span>
385
                                                        </td>
385
                                                        </td>
386
                                                    [% END %]
386
                                                    [% END %]
387
                                                    [% IF ( show_barcode ) %]
387
                                                    [% IF ( show_barcode ) %]
388
- 

Return to bug 7960