mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
* All apps/Tutorials:
- Add two more options in admin's site configuration to be able to switch tutorials in sidebox and/or "ask show introduction dialog" on/off - Add some translation
This commit is contained in:
@ -135,7 +135,8 @@ class home_tutorial_ui
|
||||
$tutorials = json_decode(self::getJsonData(),true);
|
||||
$appname = $GLOBALS['egw_info']['flags']['currentapp'];
|
||||
if (!is_array($tutorials[$appname])) return false;
|
||||
if (!$GLOBALS['egw_info']['server']['egw_tutorial_disable'])
|
||||
if (!$GLOBALS['egw_info']['server']['egw_tutorial_disable']
|
||||
|| $GLOBALS['egw_info']['server']['egw_tutorial_disable'] == 'intro')
|
||||
{
|
||||
$file = Array (
|
||||
array(
|
||||
|
Reference in New Issue
Block a user