Bugzilla – Attachment 73147 Details for
Bug 20111
Patron card creator - some strings are not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20111: Coding style: Fix indentation before doing actual change
Bug-20111-Coding-style-Fix-indentation-before-doin.patch (text/plain), 2.93 KB, created by
Mark Tompsett
on 2018-03-22 02:33:23 UTC
(
hide
)
Description:
Bug 20111: Coding style: Fix indentation before doing actual change
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-03-22 02:33:23 UTC
Size:
2.93 KB
patch
obsolete
>From 79f1f80dfd7ef733e7a5155eadba867febe7d024 Mon Sep 17 00:00:00 2001 >From: Victor Grousset <victor.grousset@biblibre.com> >Date: Tue, 13 Feb 2018 14:27:23 +0100 >Subject: [PATCH] Bug 20111: Coding style: Fix indentation before doing actual > change > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > .../prog/en/modules/patroncards/edit-template.tt | 28 +++++++++++----------- > 1 file changed, 14 insertions(+), 14 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 efe20ff..3f69400 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 >@@ -73,22 +73,22 @@ > <label for="template_desc">Template description:</label> > <textarea cols="30" rows="3" id="template_desc" name="template_desc">[% template_desc %]</textarea> > </li> >- <li> >- <label for="units">Units:</label> >- <select id="units" name="units"> >- [% FOREACH unit IN units %] >+ <li> >+ <label for="units">Units:</label> >+ <select id="units" name="units"> >+ [% FOREACH unit IN units %] > >- [% IF ( unit.selected ) %] >- <option value="[% unit.type %]" selected="selected"> >- [% ELSE %] >- <option value="[% unit.type %]"> >- [% END %] >+ [% IF ( unit.selected ) %] >+ <option value="[% unit.type %]" selected="selected"> >+ [% ELSE %] >+ <option value="[% unit.type %]"> >+ [% END %] > >- [% unit.desc %] >- </option> >- [% END %] >- </select> >- </li> >+ [% unit.desc %] >+ </option> >+ [% END %] >+ </select> >+ </li> > <li> > <label for="page_height">Page height:</label> > <input type="text" size="4" name="page_height" id="page_height" value="[% page_height %]" /> >-- >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 20111
:
71603
|
71604
|
72409
|
72410
|
73146
|
73147
|
73148
|
73236
|
73237