Bugzilla – Attachment 67664 Details for
Bug 18528
Patron card creator template: switch form fields for card height and card width
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18528: Patron card creator template: switch form fields for card height and card width
Bug-18528-Patron-card-creator-template-switch-form.patch (text/plain), 2.31 KB, created by
Marcel de Rooy
on 2017-10-06 05:42:46 UTC
(
hide
)
Description:
Bug 18528: Patron card creator template: switch form fields for card height and card width
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-06 05:42:46 UTC
Size:
2.31 KB
patch
obsolete
>From 9c459cf6a0e57c01f54e0bdb9bc257f8806bff36 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 3 May 2017 16:23:22 +0200 >Subject: [PATCH] Bug 18528: Patron card creator template: switch form fields > for card height and card width >Content-Type: text/plain; charset=utf-8 > >This patch changes the sequnce of form fields for card height and card width. > >To test: >- Apply patch >- Edit or create a patron card template >- Verify that the fields display in sequence Page height - Page width -Card height - Card width > >Followed test plan, worked as intended >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-template.tt | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >index 54dbbc6..efe20ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >@@ -98,13 +98,14 @@ > <input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" /> > </li> > <li> >- <label for="card_width">Card width:</label> >- <input type="text" size="4" name="card_width" id="card_width" value="[% card_width %]" /> >- </li> >- <li> > <label for="card_height">Card height:</label> > <input type="text" size="4" name="card_height" id="card_height" value="[% card_height %]" /> > </li> >+ <li> >+ <label for="card_width">Card width:</label> >+ <input type="text" size="4" name="card_width" id="card_width" value="[% card_width %]" /> >+ </li> >+ > > </ol> > </fieldset> >-- >2.1.4
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 18528
:
63014
|
63017
|
63262
| 67664