* adjust for action and header.

This commit is contained in:
wangyidong
2018-01-29 15:07:26 +08:00
parent 4e53c6ef14
commit b557f3896d
4 changed files with 13 additions and 4 deletions
+1
View File
@@ -293,6 +293,7 @@ class commonModel extends model
public static function printAboutBar()
{
global $app, $lang;
echo html::a(helper::createLink('misc', 'changeLog'), $lang->changeLog, '', "class='iframe' data-width='800' data-headerless='true' data-backdrop='true' data-keyboard='true'");
if(!commonModel::isTutorialMode() and $app->user->account != 'guest') echo html::a(helper::createLink('tutorial', 'start'), $lang->tutorial, '', "class='iframe' data-width='800' data-headerless='true' data-backdrop='true' data-keyboard='true'");
echo html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao . $lang->zentaoPMS, '', "class='about iframe' data-width='900' data-headerless='true' data-backdrop='true' data-keyboard='true' data-class='modal-about'");
}