diff --git a/module/common/model.php b/module/common/model.php index 3ff68d69f9..720ebd7a53 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -294,7 +294,12 @@ class commonModel extends model if(isset($lang->user->roleList[$app->user->role])) echo '
' . $lang->user->roleList[$app->user->role] . '
'; echo '
  • '; echo '
  • ' . html::a(helper::createLink('my', 'profile', '', '', true), " " . $lang->profile, '', "class='iframe' data-width='600'") . '
  • '; - echo '
  • ' . html::a(helper::createLink('my', 'tutorial'), " " . $lang->tutorialAB) . '
  • '; + + if($app->config->global->flow == 'full' && !commonModel::isTutorialMode()) + { + echo '
  • ' . html::a(helper::createLink('tutorial', 'start'), " " . $lang->tutorialAB, '', "class='iframe' data-class-name='modal-inverse' data-width='800' data-headerless='true' data-backdrop='true' data-keyboard='true'") . '
  • '; + } + echo '
  • ' . html::a(helper::createLink('my', 'preference', '', '', true), " " . $lang->preference, '', "class='iframe' data-width='650'") . '
  • '; echo '
  • ' . html::a(helper::createLink('my', 'changepassword', '', '', true), " " . $lang->changePassword, '', "class='iframe' data-width='600'") . '
  • '; @@ -412,7 +417,6 @@ class commonModel extends model echo "