Improve 'move to another parent' texts

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-30 23:14:55 +02:00
committed by Alexander Nicolaysen Sørnes
parent d817ffa77a
commit 0dc6d47958
4 changed files with 32 additions and 6 deletions

View File

@@ -939,6 +939,11 @@ class Application {
return $oTable->GetString();
}
public function objectGetClassDisplayName()
{
return 'application';
}
public function objectMakeUrl()
{
$sUrl = APPDB_ROOT."objectManager.php?sClass=application&iId=$this->iAppId";