A
|
ann 8/27/2010 |
Hi, $xt->assign("FieldName_fieldblock",(($_SESSION["GroupID"]=="-1")||($_SESSION["GroupID"]=="3")));
|
M
|
mumtaz author 8/27/2010 |
thx for your respon Hi, to hide field use Add/Edit page: Before display event on the Events tab and put the following code there: $xt->assign("FieldName_fieldblock",(($_SESSION["GroupID"]=="-1")||($_SESSION["GroupID"]=="3")));
|