This topic is locked
[SOLVED]

 How to turn of advanced search panel close field option

8/27/2010 7:07:48 AM
PHPRunner General questions
G
gavin1211 author

On the list page, does anyone know how to remove the red x close field option in the advanced search panel, see image below. I don't want the user to have the ability to close search fields.

A
ann 8/27/2010

Gavin,
check the fields for the quick search on the Choose fields tab, then open generated \classes\searchcontrol.php file and comment the following line:

$srchCtrlBlock['delCtrlButt'] = $this->getDelButtonHtml($fName, $recId);
G
gavin1211 author 8/27/2010

Worked a treat, thanks for the help.