You are not logged in. Please note that you need to log in before posting.
I'd like to see more than 10 users and/or user appointments per page when browsing in the admin area. This can be important when the page break falls between two related appointments or when pages get too long for the iframe they are displayed in.
The number seems to be controlled by statements like $NTS_VIEW['showPerPage'] = 10; and the number is sometimes 10 and sometimes 20 (in different source files).
Is there any good way to change this parameter? If not, can we have a way to change it that's cleaner than patching the source? I'd be happy with a Settings parameter to separately control each of these pager calls. An easier-to-use alternative would be anywhere it says "showing 1-10 of 35" (or something like that) to have the option to change how many are shown at a time... but then the value I chose should "stick" across sessions until I choose another value.
Offline