Bugzilla – Attachment 98409 Details for
Bug 23533
Reindent patron entry form (memberentrygen.tt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23533: Remove spaces after/before the open/close parenthesis
Bug-23533-Remove-spaces-afterbefore-the-openclose-.patch (text/plain), 2.12 KB, created by
Jonathan Druart
on 2020-02-04 15:06:19 UTC
(
hide
)
Description:
Bug 23533: Remove spaces after/before the open/close parenthesis
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-02-04 15:06:19 UTC
Size:
2.12 KB
patch
obsolete
>From 34d6618ffae902e4d8d13f3eef1eb2e90038c7fd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 4 Feb 2020 16:05:49 +0100 >Subject: [PATCH] Bug 23533: Remove spaces after/before the open/close > parenthesis >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >t/db_dependent/selenium/patrons_search.t is failing because of this change: > > # got: 'Koha ⺠Patrons ⺠Modify patron <strong>fir's"tname</strong> \123 ⤠test_patron_1 ( iOVAoJj )' > # expected: 'Koha ⺠Patrons ⺠Modify patron <strong>fir's"tname</strong> \123 ⤠test_patron_1 (iOVAoJj)' > >We are adding space after and before the open/close parenthesis of the category code. >--- > .../prog/en/modules/members/memberentrygen.tt | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index d9cfe94bd1..cbb8ae2d0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -17,14 +17,14 @@ > [% END %] > [% IF (firstname) %][% firstname | html %] [% END %] > [% IF (surname) %][% surname | html %] [% END %] >- ([%IF categoryname %] >- [% categoryname | html %] >- [% ELSE %] >- [% IF ( I ) %] Organization [% END %] >- [% IF ( A ) %] Adult [% END %] >- [% IF ( C ) %] Child [% END %] >- [% IF ( P ) %] Professional [% END %] >- [% IF ( S ) %] Staff [% END %] >+ ([% IF categoryname -%] >+ [%- categoryname | html -%] >+ [%- ELSE -%] >+ [%- IF ( I ) %]Organization[% END -%] >+ [%- IF ( A ) %]Adult[% END -%] >+ [%- IF ( C ) %]Child[% END -%] >+ [%- IF ( P ) %]Professional[% END -%] >+ [%- IF ( S ) %]Staff[% END -%] > [% END %]) > [% END %] > </title> >-- >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 23533
:
92581
|
92582
|
92660
|
92661
|
92913
|
96170
|
96171
|
96172
|
98189
|
98190
|
98359
|
98360
| 98409