Bugzilla – Attachment 12106 Details for
Bug 8431
Increase the borrower attribute field size from 64 characters to 255
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8431 - Followup - Use TT filter html_line_break on extended attributes.
Bug-8431---Followup---Use-TT-filter-htmllinebreak-.patch (text/plain), 1.37 KB, created by
Kyle M Hall (khall)
on 2012-09-10 13:16:08 UTC
(
hide
)
Description:
Bug 8431 - Followup - Use TT filter html_line_break on extended attributes.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-10 13:16:08 UTC
Size:
1.37 KB
patch
obsolete
>From d59ded3fceccebc6e035a34da55308e284ffa34f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 10 Sep 2012 09:15:24 -0400 >Subject: [PATCH] Bug 8431 - Followup - Use TT filter html_line_break on extended attributes. >Content-Type: text/plain; charset="utf-8" > >--- > .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index f2cd877..64cf52a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -53,7 +53,7 @@ > [% IF ( ExtendedPatronAttributes ) %][% FOREACH extendedattribute IN extendedattributes %] > [% IF ( extendedattribute.display_checkout ) %] > [% IF ( extendedattribute.value ) %] >- <li>[% extendedattribute.description %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value %][% END %]</li> >+ <li>[% extendedattribute.description %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value | html_line_break %][% END %]</li> > [% END %] > [% END %] > [% END %][% END %] >-- >1.7.2.5
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 8431
:
10799
|
11088
|
11097
|
11113
|
11114
|
11150
|
11166
|
11167
|
11169
| 12106