I'm not quite there yet... A list has ~300 records. I would like to divide these into 25 entries per page. The DB Readaction is data. A first rapid test did not yet lead to the desired success. The back button on the details page always ends up on the first page of the list.
make sure the "start_at" parameter is passed in the "back" link on the details page.
the current page is not stored in the user session
the current page is not stored in the user session
Max, i need help with buttons...
site1 - list:
<button class="btn" type="submit" formaction="?view=form&chronopage=2&ID={var:loop.value.Nr}" title="{var:loop.value.Name}"><span class="free{var:loop.value.Status_1}{var:loop.value.Status_2}">{var:loop.value.Name}</span></button>
On default button i cannot append ID={var:loop.value.Nr}
site1 - list:
<button class="btn" type="submit" formaction="?view=form&chronopage=2&ID={var:loop.value.Nr}" title="{var:loop.value.Name}"><span class="free{var:loop.value.Status_1}{var:loop.value.Status_2}">{var:loop.value.Name}</span></button>
On default button i cannot append ID={var:loop.value.Nr}
You need to login to be able to post a reply.