Actions
Bug #9667
closedtemplate_css.tmpl paging is not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2010-09-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Because of missing ids the paging ist not working when using template_css.tmpl. To fix this, the following changes have to be made to the template:
<input type="hidden" name="tx_indexedsearch[_freeIndexUid]" id="tx_indexedsearch_freeIndexUid" value="_" />
<input type="hidden" name="tx_indexedsearch[pointer]"* id="tx_indexedsearch_pointer"* value="0" />
Updated by Lorenz Ulrich about 14 years ago
This has been fixed in core:
- trunk (rev. 9274)
- 4-4 (rev. 9275)
- 4-3 (rev. 9276)
Updated by Alex Kellner over 13 years ago
Thx Christian, that helped me in my current project...
BTW:
In addition the id attribute of the form element must be given (or the submit failed):
<form action="###ACTION_URL###" method="post" id="tx_indexedsearch">
Updated by Oliver Hader over 11 years ago
- Project changed from 1382 to TYPO3 Core
Actions