- Bug fix: when creating a new object the "Cancel" button must go somewhere !

SVN:trunk[1002]
This commit is contained in:
Denis Flaven
2010-11-30 15:55:40 +00:00
parent 018344578e
commit 9d1df1b799
5 changed files with 20 additions and 3 deletions

View File

@@ -1471,6 +1471,11 @@ EOF
);
$oP->SetCurrentTab('');
break;
case 'cancel':
$oP->set_title(Dict::S('UI:OperationCancelled'));
$oP->add('<h1>'.Dict::S('UI:OperationCancelled').'</h1>');
break;
default:
$oMenuNode = ApplicationMenu::GetMenuNode(ApplicationMenu::GetActiveNodeId());