Does anyone know where I would edit code to get rid of the hyperlink that is automatically generated by PHPRunner whenever you view the details of a master list? The link that is generated is designed to take you to the list view of the details that you are previewing inline from the master table... it is always shown as "Proceeed to" followed by name of the details table it is referring to.
I want to get rid of this, because I only want my user to be able to view details from the inline preview and not allow them to navigate directly to the details page list.
I was able to inspect that element using Chromes built-in debugger and found that this is being generated from the following page provided by PHPRunner: "classes\runnerpage.php" on line number 334 using the ".jsreplace" function. I simply don't know where to go form here. I searched for .jsreplace and couldn't find it.
Bottom line, is all I want to do is get rid of the "Proceed to..." link in inline details... so if anyone can help, it would be greatly appreciated.
Thanks,
M