* Finish task#4355.
This commit is contained in:
@@ -288,7 +288,7 @@ class commonModel extends model
|
||||
|
||||
/**
|
||||
* Print about bar.
|
||||
*
|
||||
*
|
||||
* @static
|
||||
* @access public
|
||||
* @return void
|
||||
@@ -301,7 +301,7 @@ class commonModel extends model
|
||||
echo "<a data-toggle='dropdown'>" . $lang->help . " <span class='caret'></span></a>";
|
||||
echo "<ul class='dropdown-menu'>";
|
||||
if(!commonModel::isTutorialMode() and $app->user->account != 'guest') echo '<li>' . html::a(helper::createLink('tutorial', 'start'), $lang->tutorial, '', "class='iframe' data-width='800' data-headerless='true' data-backdrop='true' data-keyboard='true'") . "</li>";
|
||||
echo '<li>' . html::a('javascript:;', $lang->manual, '', "class='open-help-tab'") . '</li>';
|
||||
echo '<li>' . html::a($lang->manualUrl, $lang->manual, '_blank', "class='open-help-tab'") . '</li>';
|
||||
echo '<li>' . html::a(helper::createLink('misc', 'changeLog'), $lang->changeLog, '', "class='iframe' data-width='800' data-headerless='true' data-backdrop='true' data-keyboard='true'") . '</li>';
|
||||
echo "</ul></li>\n";
|
||||
echo '<li>' . html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao, '', "class='about iframe' data-width='900' data-headerless='true' data-backdrop='true' data-keyboard='true' data-class='modal-about'") . '</li>';
|
||||
@@ -858,8 +858,8 @@ EOD;
|
||||
|
||||
/**
|
||||
* Print back link
|
||||
*
|
||||
* @param string $backLink
|
||||
*
|
||||
* @param string $backLink
|
||||
* @static
|
||||
* @access public
|
||||
* @return void
|
||||
@@ -876,9 +876,9 @@ EOD;
|
||||
|
||||
/**
|
||||
* Print pre and next link
|
||||
*
|
||||
* @param string $preAndNext
|
||||
* @param string $linkTemplate
|
||||
*
|
||||
* @param string $preAndNext
|
||||
* @param string $linkTemplate
|
||||
* @static
|
||||
* @access public
|
||||
* @return void
|
||||
|
||||
Reference in New Issue
Block a user