Display parent folder selector more often
This commit is contained in:
parent
1b9a25e84d
commit
fdee0e452f
1 changed files with 12 additions and 12 deletions
|
@ -157,19 +157,19 @@ class kolab_addressbook_ui
|
||||||
|
|
||||||
if (strlen($path_imap)) {
|
if (strlen($path_imap)) {
|
||||||
$path = rcube_charset_convert($path_imap, 'UTF7-IMAP');
|
$path = rcube_charset_convert($path_imap, 'UTF7-IMAP');
|
||||||
// @TODO: $options
|
}
|
||||||
if (!empty($options) && ($options['norename'] || $options['namespace'] != 'personal')) {
|
|
||||||
// prevent user from moving folder
|
|
||||||
$hidden_fields[] = array('name' => '_parent', 'value' => $path_imap);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
$select = rcube_kolab::folder_selector('contact', array('name' => '_parent'));
|
|
||||||
|
|
||||||
$form['props']['fieldsets']['location']['content']['path'] = array(
|
if (!empty($options) && ($options['norename'] || $options['namespace'] != 'personal')) {
|
||||||
'label' => $this->plugin->gettext('parentbook'),
|
// prevent user from moving folder
|
||||||
'value' => $select->show($path_imap),
|
$hidden_fields[] = array('name' => '_parent', 'value' => $path_imap);
|
||||||
);
|
}
|
||||||
}
|
else {
|
||||||
|
$select = rcube_kolab::folder_selector('contact', array('name' => '_parent'));
|
||||||
|
|
||||||
|
$form['props']['fieldsets']['location']['content']['path'] = array(
|
||||||
|
'label' => $this->plugin->gettext('parentbook'),
|
||||||
|
'value' => $select->show($path_imap),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Allow plugins to modify address book form content (e.g. with ACL form)
|
// Allow plugins to modify address book form content (e.g. with ACL form)
|
||||||
|
|
Loading…
Add table
Reference in a new issue