I was asked to change the view of Report Results (Collab 7.3) to show "All Items" listed instead of the pagination bar. I wanted to keep the pagination bar but just remove the arrows and default to show all. That's been successful. Reason I want to keep it is because of the total number of items in the report. However, I want the "items showing" to only show the total.
<ISPECT>i18n.showTranslatedTemplateText("Globals.SHOWING_ITEMS", start, end, total)</ISPECT>
I get this - "Showing 1 - 2 of 2 items"
I want this - "2 items"
I've searched the API reference but can not seem to find anything. There must be some documentation where I can change it to ("Globals.ITEMS", total) or something similar to that.
Any suggestions?
thanks,
caleb