group |
getSelect('group',model_group::getInstance()->getListSelect() )?>tMessage and isset($this->tMessage['group'])): echo implode(',',$this->tMessage['group']); endif;?> |
action |
tMessage and isset($this->tMessage['action'])): echo implode(',',$this->tMessage['action']); endif;?> |
element |
tMessage and isset($this->tMessage['element'])): echo implode(',',$this->tMessage['element']); endif;?> |
allowdeny |
getSelect('allowdeny',array('ALLOW'=>'Allow','DENY'=>'Deny'))?>tMessage and isset($this->tMessage['allowdeny'])): echo implode(',',$this->tMessage['allowdeny']); endif;?> |