mockmartin / fme-alfresco-extensions

Automatically exported from code.google.com/p/fme-alfresco-extensions
0 stars 0 forks source link

Tag Query Dashlet: Tiny pagination template not set #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I set the number of docs per page to be less than the total number of docs 
for the tag selected, instead of the paging widgets, I see, 
"tinyPagination.template". See screenshot attached.

Original issue reported on code.google.com by jeffpotts01 on 30 Aug 2011 at 9:53

Attachments:

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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