[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Bug in advanced search
- Subject: [EP-tech] Bug in advanced search
- From: J.Salter at leeds.ac.uk (John Salter)
- Date: Fri, 23 Nov 2012 14:12:49 +0000
Hi,
The html produced in the advanced search page is invalid, as it repeats id's.
On http://demoprints.eprints.org/cgi/search/advanced, the 'Item Type' checkboxes all have the same id ('type').
I think this is due to:
~/perl_lib/EPrints/MetaField/Set.pm, line 215 (in the 'if( $input_style eq "short" )' loop).
I think this line could safely be removed, but I'm not sure if anything else that uses a set/namedset would rely on the id for these inputs (autocomplete type stuff), and use the 'short' style?
Cheers,
John