* Code for task #5162.

This commit is contained in:
chenfeiCF
2018-12-06 18:58:15 +08:00
parent 0a8622231f
commit f476a0acc9
3 changed files with 136 additions and 33 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'), "<i class='icon-bell'></i>", '', "title='$lang->downloadClient' class='text-primary iframe' data-width='400'") . ' &nbsp; ';
echo html::a(helper::createLink('misc', 'downloadClient', '', '', true), "<i class='icon-bell'></i>", '', "title='$lang->downloadClient' class='text-primary iframe' data-width='400'") . ' &nbsp; ';
}
/**