Bugzilla – Attachment 2552 Details for
Bug 5143
Subtitles not showing on view_holdsqueue.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
followup putting the subtitles in the title links
0002--followup-5143-Additions-to-the-view_holdsqueue.tmp.patch (text/plain), 3.86 KB, created by
Liz Rea
on 2010-08-18 21:32:32 UTC
(
hide
)
Description:
followup putting the subtitles in the title links
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2010-08-18 21:32:32 UTC
Size:
3.86 KB
patch
obsolete
>From baeb950742dec23ae107c2c209ed03803c33eaf5 Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Wed, 18 Aug 2010 16:01:31 -0500 >Subject: [PATCH] [followup 5143] Additions to the view_holdsqueue.tmpl > added: > - the subtitles into the title link > - barcodes for every listed hold > - denoted which items were only item and which could be filled by any item on that bib. >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/circ/view_holdsqueue.tmpl | 21 +++++++++---------- > 1 files changed, 10 insertions(+), 11 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 b5a1997..89df96b 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 >@@ -38,29 +38,28 @@ > <th>Collection</th> > <th>Call Number</th> > <th>Barcode</th> >- <th>Patron</th> >+ <th>Patron</th> > <th>Send To</th> > <th>Date</th> > </tr> > </thead> >- <tbody><!-- TMPL_LOOP NAME="itemsloop"--> >+ <tbody><!-- TMPL_LOOP NAME="itemsloop"--> > <tr> >- <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->"><strong><!-- TMPL_VAR NAME="title" escape="html"--></strong></a></p> >- <p><!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML"--> <!-- TMPL_VAR NAME="parts" --> <!-- TMPL_VAR NAME="numbers" --></p> >- <p><strong><!-- TMPL_VAR NAME="author" --></strong> >- <!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --> >- <!-- TMPL_IF name="publicationyear" -->, <!-- TMPL_VAR name="publicationyear" --> >- <!-- TMPL_ELSIF name="copyrightdate"-->, <!-- TMPL_VAR name="copyrightdate" --><!-- /TMPL_IF --> >+ <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->"><strong><!-- TMPL_VAR NAME="title" escape="html"--></strong> <!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML"--> <!-- TMPL_VAR NAME="parts" --> <!-- TMPL_VAR NAME="numbers" --></a></p> >+ <p><strong><!-- TMPL_VAR NAME="author" --></strong> >+ <!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --> >+ <!-- TMPL_IF name="publicationyear" -->, <!-- TMPL_VAR name="publicationyear" --> >+ <!-- TMPL_ELSIF name="copyrightdate"-->, <!-- TMPL_VAR name="copyrightdate" --><!-- /TMPL_IF --> > <!-- TMPL_IF name="pages" -->: <!-- TMPL_VAR name="pages" --> <!-- /TMPL_IF --> > <!-- TMPL_IF name="size" --><!-- TMPL_VAR name="size" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="isbn" -->ISBN: <!-- TMPL_VAR NAME="isbn" --><!-- /TMPL_IF --></p> >- </td> >+ </td> > <td><!-- TMPL_VAR NAME="ccode" --></td> > <td><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td> > <td> > <!-- TMPL_IF NAME="item_level_request" --> >- <!-- TMPL_VAR NAME="barcode" --> >+ <em>Only Item: </em><!-- TMPL_VAR NAME="barcode" --> > <!-- TMPL_ELSE --> >- <em>Any available copy</em> >+ <!-- TMPL_VAR NAME="barcode" --> <em>or Any available copy</em> > <!-- /TMPL_IF --> > </td> > <td><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.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 5143
:
2533
|
2551
|
2552
|
2843
|
2846
|
2847