mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
move "Collab Editor settings" and "Collabora Online" in a single "Collabora Online" tab
This commit is contained in:
parent
82ab8d9092
commit
9643bfc6a4
@ -223,10 +223,11 @@ class filemanager_hooks
|
|||||||
}
|
}
|
||||||
if (!$GLOBALS['egw_info']['user']['apps']['collabeditor']) unset($document_doubleclick_action['collabeditor']);
|
if (!$GLOBALS['egw_info']['user']['apps']['collabeditor']) unset($document_doubleclick_action['collabeditor']);
|
||||||
asort($mimes);
|
asort($mimes);
|
||||||
|
|
||||||
$settings += array (
|
$settings += array (
|
||||||
'sections.2' => array(
|
'sections.2' => array(
|
||||||
'type' => 'section',
|
'type' => 'section',
|
||||||
'title' => lang('Collab Editor settings'),
|
'title' => lang('Collabora Online'),
|
||||||
'no_lang'=> true,
|
'no_lang'=> true,
|
||||||
'xmlrpc' => False,
|
'xmlrpc' => False,
|
||||||
'admin' => False
|
'admin' => False
|
||||||
@ -265,13 +266,6 @@ class filemanager_hooks
|
|||||||
if($GLOBALS['egw_info']['user']['apps']['collabora'])
|
if($GLOBALS['egw_info']['user']['apps']['collabora'])
|
||||||
{
|
{
|
||||||
$settings += array(
|
$settings += array(
|
||||||
'sections.collabora' => array(
|
|
||||||
'type' => 'section',
|
|
||||||
'title' => lang('Collabora'),
|
|
||||||
'no_lang'=> true,
|
|
||||||
'xmlrpc' => False,
|
|
||||||
'admin' => False
|
|
||||||
),
|
|
||||||
'ui_mode' => array(
|
'ui_mode' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => lang('UI mode'),
|
'label' => lang('UI mode'),
|
||||||
|
Loading…
Reference in New Issue
Block a user