Bugzilla – Attachment 70641 Details for
Bug 19818
Add id into tag html from moremember.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19818: Fixing forbidden pattern by using spaces rather than tabs for indentation on lines 396, 492 & 495 in koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
Bug-19818-Fixing-forbidden-pattern-by-using-spaces.patch (text/plain), 2.52 KB, created by
Zoe Bennett
on 2018-01-17 20:18:54 UTC
(
hide
)
Description:
Bug 19818: Fixing forbidden pattern by using spaces rather than tabs for indentation on lines 396, 492 & 495 in koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
Filename:
MIME Type:
Creator:
Zoe Bennett
Created:
2018-01-17 20:18:54 UTC
Size:
2.52 KB
patch
obsolete
>From 95bba712826156abae7ee738de31c9a5080d6d67 Mon Sep 17 00:00:00 2001 >From: Zoe Bennett <zoebennett1308@gmail.com> >Date: Wed, 17 Jan 2018 20:13:11 +0000 >Subject: [PATCH] Bug 19818: Fixing forbidden pattern by using spaces rather > than tabs for indentation on lines 396, 492 & 495 in > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index a3f8a77..ff371d3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -393,7 +393,7 @@ function validate1(date) { > <div class="rows"> > <ol> > <li id ="cardnumber"><span class="label">Card number: </span>[% cardnumber %]</li> >- <li id="borrowernumber"><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> >+ <li id="borrowernumber"><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> > <li id="category"><span class="label">Category: </span>[% categoryname %] ([% categorycode %])</li> > <li id="registrationdate"><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li> > >@@ -489,10 +489,10 @@ function validate1(date) { > <li id="firstname"><span class="label">First name: </span>[% altcontactfirstname | html %]</li> > <li id="address"><span class="label">Address: </span>[% altcontactaddress1 | html %]</li> > <li id="address2"><span class="label">Address 2: </span>[% altcontactaddress2 | html %]</li> >- <li id="city"><span class="label">City: </span>[% altcontactaddress3 | html %]</li> >+ <li id="city"><span class="label">City: </span>[% altcontactaddress3 | html %]</li> > [% IF ( altcontactstate ) %]<li id="state"><span class="label">State: </span>[% altcontactstate | html %]</li>[% END %] > <li id="zip/postalcode"><span class="label">ZIP/Postal code: </span>[% altcontactzipcode | html %]</li> >- [% IF ( altcontactcountry ) %]<li id="country"><span class="label">Country: </span>[% altcontactcountry | html %]</li>[% END %] >+ [% IF ( altcontactcountry ) %]<li id="country"><span class="label">Country: </span>[% altcontactcountry | html %]</li>[% END %] > [% IF ( altcontactphone ) %]<li id="phone"><span class="label">Phone: </span><a href="tel:[% altcontactphone | url %]">[% altcontactphone | html %]</a></li>[% END %] > </ol></div> > </div> >-- >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 19818
:
70540
|
70555
|
70641
|
84040
|
84103
|
84111
|
84146
|
84239