From 13ef254d21b7b8c2b64c27c299b8affad35a0c1c Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sun, 3 Apr 2011 10:40:12 -0400 Subject: [PATCH] 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 Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8c0c06b94..13a4200ac0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl @@ -172,7 +172,7 @@
  • Previous Borrower: "> 
  • Previous Borrower: "> 
  • Paid for?:  
  • -
  • Serial enumeration/chronology:  
  • +
  • Serial enumeration:  
  • Public Note:
    " /> -- 2.39.2