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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +1 lines)
Lines 351-358 Link Here
351
                        node += image_location
351
                        node += image_location
352
                            ? '<img src="%s" alt="%s" title="%s" /> '.format(escape_str(image_location), escape_str(item_type_description), escape_str(item_type_description))
352
                            ? '<img src="%s" alt="%s" title="%s" /> '.format(escape_str(image_location), escape_str(item_type_description), escape_str(item_type_description))
353
                            : '';
353
                            : '';
354
                        node += '<span class="itypedesc itypetext">%s</span>'.format(escape_str(item_type_description));
354
                    [% END %]
355
                    [% END %]
355
                    node += '<span class="itypedesc itypetext">%s</span>'.format(escape_str(item_type_description));
356
                    return node;
356
                    return node;
357
                }
357
                }
358
            },
358
            },
359
- 

Return to bug 37005