Bugzilla – Attachment 50035 Details for
Bug 16211
Missing </th> tag in member.tt line 392
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16211: Missing </th> tag in member.tt line 392
Bug-16211-Missing-th-tag-in-membertt-line-392.patch (text/plain), 1.20 KB, created by
Marc Véron
on 2016-04-07 16:00:49 UTC
(
hide
)
Description:
Bug 16211: Missing </th> tag in member.tt line 392
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-04-07 16:00:49 UTC
Size:
1.20 KB
patch
obsolete
>From ba8bb156371c54e48583837cc557047062068859 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 7 Apr 2016 17:50:52 +0200 >Subject: [PATCH] Bug 16211: Missing </th> tag in member.tt line 392 > >This patch fixes the </th> tag in member.tt line 392 > >To test: >- Apply patch >- Verify that closing th tag on line 392 is OK >- Go to /cgi-bin/koha/members/member.pl, do a search and verify that > results display as expected >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index cfe6f21..17dcec1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -389,7 +389,7 @@ function filterByFirstLetterSurname(letter) { > [% END %] > <th>Card</th> > <th>Name</th> >- <th>Date of birth</> >+ <th>Date of birth</th> > <th>Category</th> > <th>Library</th> > <th>Expires on</th> >-- >1.7.10.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 16211
:
50035
|
50124