'.$this->Context->GetDefinition('CategoryManagement').'' .$this->Get_Warnings() .$this->Get_PostBackForm('frmCategory'); if ($CategoryID > 0) { $this->CategorySelect->Attributes = "onchange=\"document.location='".GetUrl($this->Context->Configuration, $this->Context->SelfUrl, '', '', '', '', 'PostBackAction=Category')."&CategoryID='+this.options[this.selectedIndex].value;\" id=\"sCategorySelect\""; $this->CategorySelect->SelectedValue = $CategoryID; echo '

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

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

'; } else { echo '

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

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