Hi all
I have in my module this
and i need translate this value in list.Code:'conf_name' => array ( 'sql' => "varchar(50) NOT NULL default ''", 'inputType' => 'select', 'foreignKey' => 'tl_hato_conf_name.value', 'reference' => $GLOBALS['TL_LANG']['tl_hato_fields_config']['optionsLabel'] ),
is not work :-(Code:'label' => array ( 'fields' => array('conf_name:tl_hato_conf_name.value','conf_value'), 'format' => '%s (%s)', 'reference' => $GLOBALS['TL_LANG']['tl_hato_fields_config']['optionsLabel'] ),
THX


Reply With Quote
Bookmarks