Fix 'for' attribute on "Parent folder" label

pull/6040/head
Aleksander Machniak 7 years ago
parent 95360ef8ab
commit 67d4ffa4a8

@ -142,7 +142,7 @@ function rcmail_folder_form($attrib)
'additional' => strlen($selected) ? array($selected) : null,
));
$form['props']['fieldsets']['location']['content']['path'] = array(
$form['props']['fieldsets']['location']['content']['parent'] = array(
'label' => $RCMAIL->gettext('parentfolder'),
'value' => $select->show($selected),
);

Loading…
Cancel
Save