Closed GoogleCodeExporter closed 9 years ago
Hi Jeff,
I tried to reproduce the issue on several installation, but I wasn't able to
reproduce this.
- Which Alfresco version did you use?
- Which browser did you use...it's a OSX system, right?
- It is still the same behaviour when you refresh the browser page?
- is the paginator control correctly displayed when the resultset is larger
than the page size?
Original comment by jpfitzne...@gmail.com
on 31 Aug 2011 at 7:55
I've cleared my browser cache and tested again but still have the problem.
Environment:
- Firefox 3.6, Safari, Chrome, all on Mac OS X
- Alfresco 3.4d Community
The paginator control is never correctly displayed. When the result set is
larger than the page size, I see the "tinyPagination.template" string as shown
in the screenshot. When it is less than the page size, it doesn't show.
Original comment by jeffpotts01
on 1 Sep 2011 at 1:33
Hi Jeff,
the following i18n-properties are missing in 3.4d community:
share/WEB-INF/classes/alfresco/messages/slingshot.properties:
## Tiny Pagination (used in column browser)
tinyPagination.firstPageLinkLabel=<<
tinyPagination.lastPageLinkLabel=>>
tinyPagination.previousPageLinkLabel=<
tinyPagination.nextPageLinkLabel=>
tinyPagination.pageReportTemplate=( {currentPage} of {totalPages} )
tinyPagination.template={FirstPageLink} {PreviousPageLink} {CurrentPageReport}
{NextPageLink} {LastPageLink}
--> I'll add them to my dashlet ressource bundle
Original comment by jpfitzne...@gmail.com
on 2 Sep 2011 at 12:07
Fixed in tag-query-dashlet-0.2.jar
(http://fme-alfresco-extensions.googlecode.com/files/tag-query-dashlet-0.2.jar)
Hint: clear browser cache.
Original comment by jpfitzne...@gmail.com
on 2 Sep 2011 at 12:18
Original issue reported on code.google.com by
jeffpotts01
on 30 Aug 2011 at 9:53Attachments: