Bugzilla – Attachment 3806 Details for
Bug 5921
Enumchron does not show up on item details screen in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
signed patch (second)
0001-Bug-5921-follow-up-fix-text-wrapping.patch (text/plain), 2.03 KB, created by
claire.hernandez@biblibre.com
on 2011-04-07 14:48:42 UTC
(
hide
)
Description:
signed patch (second)
Filename:
MIME Type:
Creator:
claire.hernandez@biblibre.com
Created:
2011-04-07 14:48:42 UTC
Size:
2.03 KB
patch
obsolete
>From d01cf5d76da6ddde768e9c8e021377e027495602 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@bywatersolutions.com> >Date: Sun, 3 Apr 2011 10:40:12 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 5921 follow-up: fix text wrapping > >On records with hundreds of items, the "Serial enumeration/chronology" label >wraps onto a second line, which is very unattractive. Changing the label to >"Serial enumeration" fixes this. > >Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com> >--- > .../prog/en/modules/catalogue/moredetail.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl >index 16c2c5b..4610720 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl >@@ -173,7 +173,7 @@ > <!-- TMPL_IF NAME="card1" --><li><span class="label">Previous Borrower:</span> <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=<!-- TMPL_VAR NAME="borrower1" -->"><!-- TMPL_VAR NAME="card1" --></a> </li><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="card2" --><li><span class="label">Previous Borrower:</span> <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=<!-- TMPL_VAR NAME="borrower2" -->"><!-- TMPL_VAR NAME="card2" --></a> </li><!-- /TMPL_IF --> > <li><span class="label">Paid for?:</span> <!-- TMPL_VAR NAME="paidfor" --> </li> >- <li><span class="label">Serial enumeration/chronology:</span> <!-- TMPL_VAR NAME="enumchron" --> </li> >+ <li><span class="label">Serial enumeration:</span> <!-- TMPL_VAR NAME="enumchron" --> </li> > <li><span class="label">Public Note:</span> > <!-- TMPL_IF NAME="CAN_user_editcatalogue_edit_items" --> > <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->" /> >-- >1.7.1 >
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 5921
:
3408
|
3677
| 3806