Bugzilla – Attachment 1387 Details for
Bug 3524
Display of item type image/description when placing holds (broken image / no description)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Display-description-avoid-broken-itemtype-image-on.patch (text/plain), 2.12 KB, created by
Chris Cormack
on 2009-08-28 13:39:00 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-08-28 13:39:00 UTC
Size:
2.12 KB
patch
obsolete
>From a35fdd000560fd18c357697a476d5c6ac01cf666 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 28 Aug 2009 08:30:49 -0500 >Subject: [PATCH] Display description, avoid broken itemtype image on holds page (Bug 3524) >Content-Type: text/plain; charset="utf-8" > >--- > .../opac-tmpl/prog/en/modules/opac-reserve.tmpl | 10 ++++------ > 1 files changed, 4 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl >index 8006e76..3ac7343 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl >@@ -293,9 +293,8 @@ > </td> > <!-- TMPL_UNLESS NAME="item-level_itypes" --> > <td> >- <img src="<!-- TMPL_VAR NAME="imageurl" -->" >- alt="<!-- TMPL_VAR NAME="description" -->" >- title="<!-- TMPL_VAR NAME="description" -->" /> >+ <!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="" /><!-- /TMPL_IF --> >+ <!-- TMPL_VAR NAME="description" --> > </td> > <!-- /TMPL_UNLESS --> > <td><!-- TMPL_VAR name="rank" --> out of <!-- TMPL_VAR NAME="reservecount" --></td> >@@ -436,9 +435,8 @@ > </td> > <!-- TMPL_IF NAME="item-level_itypes" --> > <td> >- <img src="<!-- TMPL_VAR NAME="imageurl" -->" >- alt="<!-- TMPL_VAR NAME="description" -->" >- title="<!-- TMPL_VAR NAME="description" -->" /> >+ <!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="" /><!-- /TMPL_IF --> >+ <!-- TMPL_VAR NAME="description" --> > </td> > <!-- /TMPL_IF --> > <td><!-- TMPL_VAR NAME="barcode" --></td> >-- >1.5.6.5 >
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 3524
:
1385
|
1386
| 1387 |
1388