* finish task #2558.

* add manage contacts and refresh button for task and testtask module.
This commit is contained in:
chenfeiCF
2016-03-28 16:05:03 +08:00
parent 7767e14eb5
commit 2306be7eaf
9 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ js::set('refresh', $lang->refresh);
if(empty($contactLists))
{
echo '<span class="input-group-btn">';
echo '<a href="' . $this->createLink('company', 'browse') . '" target="_blank" data-toggle="tooltip" class="btn" title="' . $lang->user->contacts->manage . '"><i class="icon icon-cog"></i></a>';
echo '<a href="' . $this->createLink('my', 'managecontacts', "listID=0&mode=new") . '" target="_blank" data-toggle="tooltip" class="btn" title="' . $lang->user->contacts->manage . '"><i class="icon icon-cog"></i></a>';
echo '<a href="###" onclick="ajaxGetContacts(this)" data-toggle="tooltip" class="btn" title="' . $lang->refresh . '"><i class="icon icon-refresh"></i></a>';
echo '</span>';
}