Opened 14 years ago
Closed 14 years ago
#2411 closed patch (fixed)
Searching does not work with WAP skin in MythWeb
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Searching using the WAP skin in MythWeb doesn't work.
The fieldname 'searchstr' has not been updated to 's', and the submit button does not have a name attribute.
Attached is a patch which should fix this.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | patch-2411.txt added |
---|
comment:1 Changed 14 years ago by
Note, it was also necessary to change it from a POST to a GET request.
Note: See
TracTickets for help on using
tickets.
Patch to fix #2411