Adjust layers tree view.

This commit is contained in:
David Molineus
2014-12-29 19:13:55 +01:00
parent 10080f5551
commit 74a4d79aa0
8 changed files with 43 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = array
(
'mode' => 5,
'fields' => array('title'),
'flag' => 1
'flag' => 1,
'icon' => 'system/modules/leaflet/assets/img/layers.png'
),
'label' => array
(

View File

@@ -20,7 +20,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array
(
'mode' => 1,
'fields' => array('title'),
'flag' => 1
'flag' => 1,
),
'label' => array
(
@@ -33,7 +33,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array
(
'label' => &$GLOBALS['TL_LANG']['tl_leaflet_map']['layers'],
'href' => 'table=tl_leaflet_layer',
'class' => 'header_edit_all',
'icon' => 'system/modules/leaflet/assets/img/layers.png',
'attributes' => 'onclick="Backend.getScrollOffset();" accesskey="e"'
),
'all' => array