Posted by Dima
2016-04-25

Hello dear Tom)
Now i'm about translating. I translate your script to russian and ukraine languages and i have some problem)
I can't find where they were for the field <?php echo $hm->Zb('rs:def:active'); ?> asset marked YES. Because of translating now it placed "Да" but i need "Yes" in english. Please can you help me.
P.S
In CVField.php i do changes, but now results(.
####################
I need something about this:
-
Phone number is active: <?php echo $hm->Zb('rs:def:active'); ?> (yes/no)

Hope you understand my pour english)
####################
Thank you for fast reply
Posted by Tom
2016-04-26

HI Dima,
You can change the caption of "active" field in web/codelib/cls_fl_aso.inc.php.
Find these lines:
class cls_active extends CVSelection
{
function GetText( &$msg )
{
$s =<<<_EOM_
Y=Yes
N=No
_EOM_;
return $s;
}
}