Translations.

This commit is contained in:
David Molineus
2015-01-07 09:32:47 +01:00
parent df7b8d3c94
commit da46294a73
3 changed files with 12 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array
'iconRetinaImage',
'iconAnchor',
'popupAnchor',
'iconClassName',
'className',
),
'shadow' => array(
'shadowImage',
@@ -280,8 +280,8 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array
'label' => &$GLOBALS['TL_LANG']['tl_leaflet_icon']['className'],
'exclude' => true,
'inputType' => 'text',
'eval' => array('mandatory' => false, 'maxlength' => 255, 'tl_class' => 'w50'),
'sql' => "varchar(255) NOT NULL default ''"
'eval' => array('mandatory' => false, 'maxlength' => 64, 'tl_class' => 'w50'),
'sql' => "varchar(64) NOT NULL default ''"
),
),
);