Bugzilla – Attachment 3465 Details for
Bug 5971
Minor markup error in holds queue report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5971-Minor-markup-error-in-holds-queue-r.patch (text/plain), 1.66 KB, created by
Owen Leonard
on 2011-03-28 12:45:36 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-03-28 12:45:36 UTC
Size:
1.66 KB
patch
obsolete
>From 362b5b0b8d31a8b4cd11a601f8f8fbe856286aa5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 28 Mar 2011 08:43:37 -0400 >Subject: [PATCH] Fix for Bug 5971, Minor markup error in holds queue report >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/circ/view_holdsqueue.tmpl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl >index c21bc94..1464d43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl >@@ -57,9 +57,9 @@ > <td class="hq-callnumber"><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td> > <td class="hq-barcode"> > <!-- TMPL_IF NAME="item_level_request" --> >- <em>Only Item: </em><!-- TMPL_VAR NAME="barcode" --> >+ <em>Only Item:</em> <strong><!-- TMPL_VAR NAME="barcode" --></strong> > <!-- TMPL_ELSE --> >- <strong><!-- TMPL_VAR NAME="barcode" --></strong></br><em>or Any available</em> >+ <strong><!-- TMPL_VAR NAME="barcode" --></strong> <em>or any available</em> > <!-- /TMPL_IF --> > </td> > <td class="hq-patron"><p><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->#reserves"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></p> <p><!-- TMPL_VAR NAME="phone" --></p></td> >-- >1.7.3 >
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 5971
: 3465