Bugzilla – Attachment 4624 Details for
Bug 6570
Unlabeled box on funds form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6570-unlabeled-box-on-funds-form.patch (text/plain), 1.20 KB, created by
Owen Leonard
on 2011-07-13 14:25:08 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-07-13 14:25:08 UTC
Size:
1.20 KB
patch
obsolete
>From 9541da1c0c9c88b360408afc8b86d20aba496a50 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 13 Jul 2011 10:20:49 -0400 >Subject: [PATCH] Fix for Bug 6570 - unlabeled box on funds form >Content-Type: text/plain; charset="utf-8" > >The cause was a missing </select>, an error which wasn't >picked up by the HTML validator. Firefox 3.6 didn't have >a problem with it, but newer browsers must be changing >the way they accommodate markup errors. >--- > .../prog/en/modules/admin/aqbudgets.tt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index af6a238..ca623f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -319,6 +319,7 @@ > [% IF ( budget_perm_1 ) %]<option value="1" selected="selected">Owner</option>[% ELSE %]<option value="1">Owner</option>[% END %] > [% IF ( budget_perm_2 ) %]<option value="2" selected="selected">Library</option>[% ELSE %]<option value="2">Library</option>[% END %] > </option> >+ </select> > </li> > > <li> >-- >1.7.3 >
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 6570
:
4610
| 4624