Bugzilla – Attachment 9273 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]
[SIGNED-OFF] bug 7990 - styl= in aqplan.tt
SIGNED-OFF-bug-7990---styl-in-aqplantt.patch (text/plain), 1.22 KB, created by
Mason James
on 2012-04-23 10:01:02 UTC
(
hide
)
Description:
[SIGNED-OFF] bug 7990 - styl= in aqplan.tt
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-04-23 10:01:02 UTC
Size:
1.22 KB
patch
obsolete
>From 7df8d1056d8999fb88401ab665ba2f6fc2192936 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] [SIGNED-OFF] bug 7990 - styl= in aqplan.tt >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > .../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.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 7990
:
9270
| 9273