Bugzilla – Attachment 12573 Details for
Bug 8796
patron cards not starting on designated card
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8796 - patron cards not starting on designated card
Bug-8796---patron-cards-not-starting-on-designated.patch (text/plain), 2.53 KB, created by
Kyle M Hall (khall)
on 2012-09-28 12:45:18 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8796 - patron cards not starting on designated card
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 12:45:18 UTC
Size:
2.53 KB
patch
obsolete
>From 86f197377de5caa95b5fe7529a3d6cec14353650 Mon Sep 17 00:00:00 2001 >From: Marc Veron <veron@veron.ch> >Date: Mon, 24 Sep 2012 22:19:56 +0200 >Subject: [PATCH] Bug 8796 - patron cards not starting on designated card >Content-Type: text/plain; charset="utf-8" > >Better wording for the meaning of 'Position' to prevent mistakes on behaviour. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/labels/label-print.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index 59caa81..f05e63f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -74,7 +74,7 @@ > <fieldset class="rows"> > <ol> > <li> >- <label for="template_id" style="width:9em">Select a template to be applied: </label> >+ <label for="template_id" style="width:20em">Select a template to be applied: </label> > <select name="template_id" id="template_id"> > [% FOREACH template IN templates %] > <option value="[% template.template_id %]">[% template.template_code %]</option> >@@ -82,7 +82,7 @@ > </select> > </li> > <li> >- <label for="layout_id" style="width:9em">Select a layout to be applied: </label> >+ <label for="layout_id" style="width:20em">Select a layout to be applied: </label> > <select name="layout_id" id="layout_id"> > [% FOREACH layout IN layouts %] > <option value="[% layout.layout_id %]">[% layout.layout_name %]</option> >@@ -90,7 +90,7 @@ > </select> > </li> > <li> >- <label for="start_label" style="width:9em">Enter starting label number: </label> >+ <label for="start_label" style="width:20em">Enter starting label position (for PDF): </label> > <input type="text" size="5" id="start_label" name="start_label" class="focus" title="Starting label number" value="1"/> > </li> > </ol> >-- >1.7.2.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 8796
:
12485
|
12487
|
12573
|
37343
|
37355
|
37520
|
37628
|
37629