* Add client help manual link.

This commit is contained in:
chenfeiCF
2018-12-21 13:36:30 +08:00
parent 0db5be7da1
commit ba46426f03
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ class commonModel extends model
public static function printClientLink()
{
global $lang;
echo html::a(helper::createLink('misc', 'downloadClient', '', '', true), $lang->downloadClient, '', "title='$lang->downloadClient' class='text-primary iframe' data-width='600'") . '   ';
echo html::a(helper::createLink('misc', 'downloadClient', '', '', true), $lang->downloadClient, '', "title='$lang->downloadClient' class='text-primary iframe' data-width='600'") . html::a($lang->clientHelpLink, "<i class='icon-lightbulb text-success'></i>", '', "title='$lang->clientHelp' target='_blank'") . ' &nbsp; ';
}
/**