- Implementation of the localization... on going...

SVN:trunk[362]
This commit is contained in:
Denis Flaven
2010-04-27 13:10:27 +00:00
parent 42ae42d5ee
commit ef5877779d
6 changed files with 61 additions and 41 deletions

View File

@@ -63,7 +63,7 @@ class menuNode extends DBObject
public function GetMenuName()
{
return $this->Get('name');
return Dict::S($this->Get('name'));
}
public function GetMenuIcon()
@@ -73,7 +73,7 @@ class menuNode extends DBObject
public function GetMenuLabel()
{
return $this->Get('label');
return Dict::S($this->Get('label'));
}
public function GetMenuLink($aExtraParams)