Bugzilla – Attachment 53285 Details for
Bug 16893
Missing closing tag disrupts patron detail page style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16893: Missing closing tag disrupts patron detail page style
PASSED-QA-Bug-16893-Missing-closing-tag-disrupts-p.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2016-07-11 20:58:28 UTC
(
hide
)
Description:
[PASSED QA] Bug 16893: Missing closing tag disrupts patron detail page style
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-07-11 20:58:28 UTC
Size:
1.43 KB
patch
obsolete
>From 948e930f92ef6e67fa9f0cd24c89e4784638365e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 11 Jul 2016 08:51:12 -0400 >Subject: [PATCH] [PASSED QA] Bug 16893: Missing closing tag disrupts patron > detail page style > >A missing closing </i> causes the the patron detail page to be in all >italics if the patron has a restriction message. This patch corrects it. > >To test, apply the patch and locate a patron who has a restriction >message. The restriction message should be in italics but the rest of >the page should display normally. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Rest of the page displayed normally > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 + > 1 file changed, 1 insertion(+) > >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 710cb16..65bdb7a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -195,6 +195,7 @@ function validate1(date) { > [% ELSE %] > [% debarredcomment | html_line_break %] > [% END %] >+ </i> > [% END %] > <a href="#reldebarments" id="view_restrictions">View restrictions</a> > </li> >-- >1.9.1
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 16893
:
53265
|
53270
| 53285 |
53286