Bugzilla – Attachment 53286 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]
Bug 16893 - Missing closing tag disrupts patron checkouts page style
Bug-16893---Missing-closing-tag-disrupts-patron-ch.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2016-07-11 20:59:09 UTC
(
hide
)
Description:
Bug 16893 - Missing closing tag disrupts patron checkouts page style
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-07-11 20:59:09 UTC
Size:
1.31 KB
patch
obsolete
>From 687a5031c69f549205907792d7783e5b9773008e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 11 Jul 2016 22:56:11 +0200 >Subject: [PATCH] Bug 16893 - Missing closing tag disrupts patron checkouts > page style > >Same fix as for the details page: checkouts page is very italic >when there is a restriction with a comment on the patron >account. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 9e42153..b02851f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -757,8 +757,8 @@ No patron matched <span class="ex">[% message %]</span> > [% ELSE %] > [% debarredcomment | html_line_break %] > [% END %] >+ </i> > [% END %] >- > <br/> > <a class="btn btn-small" href="#reldebarments" onclick="$('#debarments-tab-link').click()"><i class="fa fa-ban"></i> View restrictions</a> > [% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] >-- >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