Hi
Sorry to bother you all again, another little dozy question here
I have built the list page fine on a new application. I have `edit`, `copy` and `view` enabled on the build, so I have three links next to each row of the database list.
I have managed to change the names for these links by editing xxx_list.php and replacing the labels with `Wake`, `Kill` and `Reboot`.
what do I have to do in terms of changing the code in xxx_list.php to make a click on the link perform a function, one I have added to xxx_functions.php in the include folder, rather than wizzing off to another page?
I wish to use PHPR as a front page builder for an application to remote boot pcs in school.
The built in search and filtering are ideal for the application. Being able to tickbox several rows, like one can with the Delete Function, would be excellent, if I could find a way to make them all do what I want at the same time.
Any ideas anyone?