Bugzilla – Attachment 119811 Details for
Bug 28119
Use full description in layout type selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28119: (follow-up) Remove unnecessary punctuation
Bug-28119-follow-up-Remove-unnecessary-punctuation.patch (text/plain), 1.59 KB, created by
Katrin Fischer
on 2021-04-17 23:58:57 UTC
(
hide
)
Description:
Bug 28119: (follow-up) Remove unnecessary punctuation
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-17 23:58:57 UTC
Size:
1.59 KB
patch
obsolete
>From f9f945a6b9be62a945e523e7678d531cacacf890 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 14 Apr 2021 10:50:28 +0000 >Subject: [PATCH] Bug 28119: (follow-up) Remove unnecessary punctuation > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >index 34d0d1e062..a6f6438823 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >@@ -2,11 +2,11 @@ > [% SET footerjs = 1 %] > [%- BLOCK translate_label_types -%] > [%- SWITCH type -%] >- [%- CASE 'BIB' -%] Only the bibliographic data is printed. >- [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data. >- [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode. >- [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels. >- [%- CASE 'BAR' -%] Only the barcode is printed. >+ [%- CASE 'BIB' -%] Only the bibliographic data is printed >+ [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data >+ [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode >+ [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels >+ [%- CASE 'BAR' -%] Only the barcode is printed > [%- END -%] > [%- END -%] > [% INCLUDE 'doc-head-open.inc' %] >-- >2.11.0
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 28119
:
119372
|
119439
|
119558
|
119810
|
119811
|
119947