Small ui improvements.

This commit is contained in:
David Molineus
2015-01-09 17:50:10 +01:00
parent 9c48e4d202
commit 820d2a8067
2 changed files with 6 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array
),
'label' => array
(
'fields' => array('title'),
'format' => '%s'
'fields' => array('title', 'alias'),
'format' => '%s <span class="tl_gray">[%s]</span>'
),
'global_operations' => array
(