moleski wrote:
I've fixed the problem with the page links and the page navigation buttons.
Problem: clicking on any of the pagenav stuff gives a js error message that document.adminform.liststart has no properties.
Reason: liststart is not defined anywhere in the form.
Cure: put in the html when the adminForm is created.
../administrator/components/com_fireboard/dmin.fireboard.html.php
I just threw the definition of liststart into all the instances where a name = "adminForm" is found.
It seems to be a general pagination issue when the Legacy is on (J! 1.5.x)
Anyway, could you please tell me what html line and where exactly I should put it, when the adminForm is created in the file?
I can see the lines with adminForm, in that file, but I dont understand what to do exactly.
Thank for helping
