ID] = $site->Title; } ksort($values); if ($sites) { // Dropdown needed to move folders between subsites /** @var @skipUpgrade */ $dropdown = DropdownField::create( 'SubsiteID', _t(__CLASS__ . '.SubsiteFieldLabel', 'Subsite'), $values ); $dropdown->addExtraClass('subsites-move-dropdown'); $fields->push($dropdown); $fields->push(LiteralField::create( 'Message', '

' . _t( __CLASS__ . '.SUBSITENOTICE', 'Folders and files created in the main site are accessible by all subsites.' ) . '

' )); } } }