This topic is locked
[SOLVED]

Hide buttons on ADD/EDIT page

4/28/2021 8:06:09 PM
PHPRunner General questions
C
Claus Jepsen author

On ADD and EDIT page I want to hide buttons in the green box.

The "Back to list" button I found the following : $xt->assign("back_button", false); and place it in function : BeforeShowAdd($xt, $templatefile, $pageObject)

But can't figure out to hide Edit and View.

img alt

C
Claus Jepsen author 4/29/2021

I found another soluton, så no need of hiding fields anymore. :-)