'.$this->Context->GetDefinition('CategoryManagement').'' .$this->Get_Warnings() .$this->Get_PostBackForm("frmCategoryRemove") .'

'.$this->Context->GetDefinition("SelectCategoryToRemove").'

'; if ($CategoryID > 0) { $this->CategorySelect->Attributes = ' id="sReplacementCategory"'; $this->CategorySelect->RemoveOption($this->CategorySelect->SelectedValue); $this->CategorySelect->Name = 'ReplacementCategoryID'; $this->CategorySelect->SelectedValue = ForceIncomingInt('ReplacementCategoryID', 0); echo '

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

'.$this->Context->GetDefinition('Cancel').'
'; } echo '
'; ?>