[Flow] Paginate Widget: Can you change the stings for next/previous or the whole template?
Christian Loock
chl at vkf-renzel.de
Mon Jul 29 08:53:26 CEST 2013
Am 29.07.2013 08:46, schrieb Stephen Bungert:
> I'd like to change the strings for the paginate widget, and possibly the
> whole template, is this possible?
>
> Thanks for any help.
>
> Stephen
>
>
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
Hi,
since the Pagination widget uses a Controller via a SubRequest, you can
find the templates for the pagination, like any controllers tempalte. In
this case its under
Packages/Framework/TYPO3.Fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate
Just in case you need it, the controller can be found at the
corresponding location under
Packages/Framework/TYPO3.Fluid/Classes/TYPO3/Fluid/ViewHelpers/Widget/Controller
More information about the Flow
mailing list