| | |
| | | ), |
| | | ); |
| | | |
| | | if (strlen($path) || !strlen($mbox)) { |
| | | if (!empty($options) && ($options['norename'] || $options['namespace'] != 'personal')) { |
| | | if (!empty($options) && ($options['norename'] || $options['protected'])) { |
| | | // prevent user from moving folder |
| | | $hidden_path = new html_hiddenfield(array('name' => '_parent', 'value' => $path)); |
| | | $form['props']['fieldsets']['location']['content']['name']['value'] .= $hidden_path->show(); |
| | |
| | | 'label' => rcube_label('parentfolder'), |
| | | 'value' => $select->show($selected), |
| | | ); |
| | | } |
| | | } |
| | | |
| | | // Settings |