Fix for Bug 6570 - unlabeled box on funds form github/bug_6570 origin/new/bug_6570
authorOwen Leonard <oleonard@myacpl.org>
Wed, 13 Jul 2011 10:07:47 +0000 (06:07 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 14 Jul 2011 21:43:46 +0000 (09:43 +1200)
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.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt

index af6a238..ca623f3 100644 (file)
     [% 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>