Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,Where is the {if $allow_add} defined?I want to add my own conditions.Are templates gone from 30 to 31?ThanksFrank
Frank,here is the line in ..._list.php that defines allow_add variable.
$smarty->assign("allow_add",CheckSecurity(@$_SESSION["OwnerID"],"Add"));
The CheckSecurity function is defined in include/commonfunctions.php file.