'.$this->Context->GetDefinition('RoleManagement').''; if ($RoleID > 0) { $this->RoleSelect->Attributes = "onchange=\"document.location='".GetUrl($this->Context->Configuration, $this->Context->SelfUrl, '', '', '', '', 'PostBackAction=Role')."&RoleID='+this.options[this.selectedIndex].value;\" id=\"sRoleSelect\""; $this->RoleSelect->SelectedValue = $RoleID; echo $this->Get_Warnings() .$this->Get_PostBackForm('frmRole') .'

'.$this->Context->GetDefinition('SelectRoleToEdit').'

'.$this->Context->GetDefinition('ModifyRoleDefinition').'

'; ?>