this may seem a silly question, but, on my views the links that take you to the next and previous and refresh are as such:
next | previous | refresh
I am accustomed to seeing previous to the left of next and would like to change as such. Is this do-able?
TIA
Bruce Gilbert
Webmaster
DPS
Subject: view links question
Create a $ViewTemplateDefault, then set up an action bar or links using the @Command([NavigateNext]) and @Command([NavigatePrev]) formulae. You can then have your links in any order, formatted in any way you want.
Subject: RE: view links question
great, thanks!