[Koha-patches] [PATCH] Bugfix: Enabling guide box configuration parameter

Owen Leonard oleonard at myacpl.org
Mon Feb 8 19:11:13 CET 2010


> <input type="radio" name="page_side" id="page_side" value="F" checked />

This is invalid. It needs to be

<input type="radio" name="page_side" id="page_side" value="F"
checked="checked" />

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org



More information about the Koha-patches mailing list