ENHANCEMENT: add page icons for tree dropdown field when creating a new page and setting its parent

This commit is contained in:
Normann Lou 2012-05-07 15:41:33 +12:00
parent f545f52c1a
commit 85a69c0260

View File

@ -51,7 +51,9 @@ class CMSPageAddController extends CMSPageEditController {
"child//$childTitle" => $parentField = new TreeDropdownField(
"ParentID",
"",
'SiteTree'
'SiteTree',
'ID',
'TreeTitle'
)
)
),