This topic is locked

Disable add button with a button on list page

4/12/2012 5:18:58 AM
PHPRunner General questions
J
Jeroef author

Is it possible?

A
Athlon 4/12/2012

---- hide the add / edit / delete buttons --------------------------------



$xt->assign("add_link",false);
}

else return;

{
// if dont exist do something else
}

return
Got this from Sergey I think.. works a treat..
list page - Before display - reference particular buttons ( look in HTML for ID )
Mike