Sites Add, lang key bug

RC3

\modules\boonex\sites\classes\BxSitesFormAdd.php line 167:

Thumpnail pic caption have only english language key:

 

                'description' => array(
                    'type' => 'textarea',
                    'name' => 'description',
                    'value' => isset($this->_aParam['description']) ? $this->_aParam['description'] : '',
                    'caption' => _t('_bx_sites_form_description'),
                    'required' => true,
                    'html' => 1,
                    'checker' => array (
                        'func' => 'length',
                        'params' => array(1,64000),
                        'error' => _t('_bx_sites_form_field_err'),
                    ),
                    'db' => array(
                        'pass' => 'XssHtml'
                    )
                ),
                'thumbnail' => array(
                    'type' => 'custom',
                    'name' => 'thumbnail',
                    'content' => '',
                    'caption' => 'Thumbnail'     // Not localizable!
                ),
                'photo' => array(
                    'type' => 'file',
                    'name' => 'photo',
                    'caption' => _t('_bx_sites_form_photo'),

Quote · 16 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.