mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +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,
|
'xmlrpc' => False,
|
||||||
'admin' => 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(
|
'message_forwarding' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => 'how to forward messages',
|
'label' => 'how to forward messages',
|
||||||
@ -557,6 +547,16 @@ class felamimail_hooks
|
|||||||
'xmlrpc' => True,
|
'xmlrpc' => True,
|
||||||
'admin' => 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,
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'type' => 'section',
|
'type' => 'section',
|
||||||
'title' => lang('Folder settings'),
|
'title' => lang('Folder settings'),
|
||||||
|
@ -160,6 +160,7 @@ class uifelamimail
|
|||||||
|
|
||||||
function redirectToPreferences ()
|
function redirectToPreferences ()
|
||||||
{
|
{
|
||||||
|
//$GLOBALS['egw_info']['flags']['currentapp'] = 'preferences';
|
||||||
$this->display_app_header(false);
|
$this->display_app_header(false);
|
||||||
//appname is a $_GET parameter, so the passing as function parameter does not work
|
//appname is a $_GET parameter, so the passing as function parameter does not work
|
||||||
ExecMethod('preferences.uisettings.index',array('appname'=>'felamimail'));
|
ExecMethod('preferences.uisettings.index',array('appname'=>'felamimail'));
|
||||||
|
Loading…
Reference in New Issue
Block a user