mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
move ActiveProfileID Pref to General Settings
This commit is contained in:
parent
6a605be08c
commit
7a1c48ddad
@ -355,16 +355,6 @@ class felamimail_hooks
|
||||
'xmlrpc' => False,
|
||||
'admin' => False
|
||||
),
|
||||
'ActiveProfileID' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'Active Mail Profile',
|
||||
'help' => 'view / select your currently active mailprofile (this is a user only setting)',
|
||||
'name' => 'ActiveProfileID',
|
||||
'values' => $identities,
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default'=> $profileID,
|
||||
),
|
||||
'message_forwarding' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'how to forward messages',
|
||||
@ -557,6 +547,16 @@ class felamimail_hooks
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
),
|
||||
'ActiveProfileID' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'Active Mail Profile',
|
||||
'help' => 'view / select your currently active mailprofile (this is a user only setting)',
|
||||
'name' => 'ActiveProfileID',
|
||||
'values' => $identities,
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default'=> $profileID,
|
||||
),
|
||||
array(
|
||||
'type' => 'section',
|
||||
'title' => lang('Folder settings'),
|
||||
|
@ -160,6 +160,7 @@ class uifelamimail
|
||||
|
||||
function redirectToPreferences ()
|
||||
{
|
||||
//$GLOBALS['egw_info']['flags']['currentapp'] = 'preferences';
|
||||
$this->display_app_header(false);
|
||||
//appname is a $_GET parameter, so the passing as function parameter does not work
|
||||
ExecMethod('preferences.uisettings.index',array('appname'=>'felamimail'));
|
||||
|
Loading…
Reference in New Issue
Block a user