Enabled localized strings (not only enums, but other types... to be defined)

SVN:trunk[359]
This commit is contained in:
Romain Quetiez
2010-04-27 12:38:56 +00:00
parent 0c328d227d
commit 7220052134
6 changed files with 63 additions and 61 deletions

View File

@@ -307,7 +307,7 @@ EOF;
else
{
$sValue = ""; //$this->Get($sAttCode);
$sDisplayValue = ""; //$this->GetDisplayValue($sAttCode);
$sDisplayValue = ""; //$this->GetEditValue($sAttCode);
$sSubId = $sId.'_'.$index;
$aAttrsMap[$sAttCode] = $sSubId;
$index++;