Hello All.
I have the issue that the buttons for the master/detail tables have all of a sudden changed for me.
Here is what it used to be like:

It has now changed to this
What has happened here? None of the settings have changed…
Here is a screenshot of the Page Options in the PHP section:
Any suggestions?
arbei
2
- Those buttons are for accessing the detail records of the master record. Without them you’ll need to access detail records of a master record by URL.
- You did not enable “Use button dropdown for links” so they are shown as separate buttons.
- If you want to hide them, you may use ListOptions_Load server event and call:
$this->ListOptions->hideDetailItems();
Thank you for the advice.
My question here is, Did something change as my settings never did.
Also, is there a way of implementing the ListOptions_Load as a global event?
arbei
4
Do you have preview extension enabled so you don’t need to show the detail table links?
Click Tools → Update Template and try again.