Splitting the Results from the Navigation
Brought to you by:
fgiust
I needed to create a list layout which had the search
results at the top of the list and the navigation bar
at the bottom. Also I need the results to say something
like 'Found m results on n pages' instead of 'Found m
results, displaying p to q'.
So I wrote this patch which allows the property
paging.banner.placement to have the values 'split' und
'inverse_split'.
The first case means that the results are at the top
and the navigation at the bottom, whilst the latter
case is just the other way around.
The property paging.banner.some_items_found can access
an extra variable corresponding to the n pages mention
above - e.g. Found {0} {1} on {4} pages.
Patch for Splitting up the Navigation from the Results
Logged In: YES
user_id=798060
see also [862253] http://sourceforge.net/tracker/index.php?
func=detail&aid=927677&group_id=73068&atid=536616