Bugzilla – Attachment 6485 Details for
Bug 7270
Removing double itemtype on shelve contents page when no icon is shown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7270: Removing double itemtype on shelve contents page when no icon is shown
Bug-7270-Removing-double-itemtype-on-shelve-conten.patch (text/plain), 1.40 KB, created by
Chris Cormack
on 2011-12-01 08:27:04 UTC
(
hide
)
Description:
Bug 7270: Removing double itemtype on shelve contents page when no icon is shown
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-12-01 08:27:04 UTC
Size:
1.40 KB
patch
obsolete
>From 9f826e2ec77df49230fd736447d1c469d9c553ed Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 30 Nov 2011 16:42:19 +0100 >Subject: [PATCH] Bug 7270: Removing double itemtype on shelve contents page > when no icon is shown > >Just adding a check on imageurl in the template. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../prog/en/modules/virtualshelves/shelves.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >index d7a34a1..12a0665 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -194,7 +194,7 @@ function placeHold () { > </td> > [% END %] > [% UNLESS ( item_level_itypes ) %]<td> >- [% UNLESS ( noItemTypeImages ) %]<img src="[% itemsloo.imageurl %]" alt="[% itemsloo.description %]" title="[% itemsloo.description %]" />[% END %][% itemsloo.description %] >+ [% UNLESS ( noItemTypeImages || !itemsloo.imageurl ) %]<img src="[% itemsloo.imageurl %]" alt="[% itemsloo.description %]" title="[% itemsloo.description %]" />[% END %][% itemsloo.description %] > </td>[% END %] > <td> > [% INCLUDE 'biblio-default-view.inc' biblionumber = itemsloo.biblionumber %] >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7270
:
6445
|
6446
|
6473
|
6474
| 6485