Bug #16386
closedmissing wrap for results list
100%
Description
typo3 version 4.0
indexed_search version 2.9.0
there is no chance to changing the display of the search results to a html list for better accessability. You could change in the template the single result to an li-element. But there is no wrap around all results to set an html ul
Please change the line 776 to something like this:
return '<div'.$this->pi_classParam('res').'>'.$this->cObj->stdWrap($content, $this->conf['results_stdWrap.']).'</div>';
(issue imported from #M3897)
Updated by Ralf Hettinger about 15 years ago
related to #9574 (patch 0009574_v7.patch)
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20192
Updated by Ralf Hettinger over 11 years ago
I'd suggest to name the TS property
plugin.tx_indexedsearch.resultlist_stdWrap
Apart from that, a no-brainer imo.
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20192
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20192
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20192
Updated by Anonymous about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d443067240d0a17aeec027b2b65e3151a343eb7a.