* adjust the UI.

This commit is contained in:
wangchunsheng
2009-12-18 09:02:35 +00:00
parent fb5ec89ec9
commit 2a6527a636
20 changed files with 153 additions and 170 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ class deptModel extends model
/* 生成用户链接。*/
function createMemberLink($dept)
{
$linkHtml = html::a(helper::createLink('company', 'browse', "dept={$dept->id}"), $dept->name);
$linkHtml = html::a(helper::createLink('company', 'browse', "dept={$dept->id}"), $dept->name, '_self', "id='dept{$dept->id}'");
return $linkHtml;
}