O
|
osluk author 5/5/2007 |
Pagination format correction required? |
J
|
Jane 5/8/2007 |
Chris, {mlang_message tag="DETAILS_FOUND"}: {$records_found} {mlang_message tag="PAGE1"} {$page} {mlang_message tag="PAGE2"} {$maxpages} and replace it with this one: {mlang_message tag="DETAILS_FOUND"}: {$records_found} {mlang_message tag="PAGE1"} {$page} {mlang_message tag="PAGE2"} {$maxpages} |
O
|
osluk author 5/8/2007 |
Thanks Jane but is there a way to alter this in the souce / template - to prevent it needing to be changed manually each time? Chris, open generated templates/..._list.htm file, find this code: and replace it with this one: |
J
|
Jane 5/8/2007 |
Chris, ##message DETAILS_FOUND##: {$records_found} message PAGE1## {$page} ##message PAGE2## {$maxpages}and replace it with this one: ##message DETAILS_FOUND##: {$records_found} message PAGE1## {$page} ##message PAGE2## {$maxpages}
|
O
|
osluk author 5/20/2007 |
Hi Jane,
|