Bugzilla – Attachment 9270 Details for
Bug 7990
bad html attribute into aqplan.tt : styl= insted of style=
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-bug-7990-styl-in-aqplan.tt.patch (text/plain), 1.10 KB, created by
Stéphane Delaune
on 2012-04-23 07:25:40 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Stéphane Delaune
Created:
2012-04-23 07:25:40 UTC
Size:
1.10 KB
patch
obsolete
>From 9dbc696cd465c0b313c01c583bd1302f9a3fcb34 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Fri, 20 Apr 2012 15:32:10 +0200 >Subject: [PATCH] bug 7990 - styl= in aqplan.tt > >--- > .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >index a836138..d16acfa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -117,7 +117,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () { > [% IF ( authvals_ro.display ) %] > <th id="col[% authvals_ro.code %]" class="[% authvals_ro.colnum %]"> > [% ELSE %] >- <th id="col[% authvals_ro.code %]" styl="display:none;" class="[% authvals_ro.colnum %]"> >+ <th id="col[% authvals_ro.code %]" style="display:none;" class="[% authvals_ro.colnum %]"> > [% END %] > > [% authvals_ro.code %]</th> >-- >1.7.5.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 7990
:
9270
|
9273