This is an old revision of the document!
Modifications
permanently show number of available records in filter
To not only display this number, if you hover with your mouse, you could do the following modifications:
File: layouts/vlayout/modules/Vtiger/ListViewActions.tpl
Search:
{if $LISTVIEW_ENTIRES_COUNT}{$PAGING_MODEL->getRecordStartRange()} {vtranslate('LBL_to', $MODULE)} {$PAGING_MODEL->getRecordEndRange()}{/if}
Add after:
| Total: {$LISTVIEW_COUNT}