* Finish task #70009.
This commit is contained in:
@@ -8,3 +8,5 @@
|
||||
|
||||
.has-suffix > a {max-width: calc(100% - 100px); padding-right: 5px; color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);}
|
||||
.c-budget {width:100px; text-align: right; padding-right:16px !important;}
|
||||
.c-manager {overflow: hidden;}
|
||||
.c-manager a {top: 8px;}
|
||||
|
||||
@@ -2040,7 +2040,7 @@ class projectModel extends model
|
||||
$userAvatar = !empty($user) ? $user->avatar : '';
|
||||
$PMLink = helper::createLink('user', 'profile', "userID=$userID", '', true);
|
||||
$userName = zget($users, $project->PM);
|
||||
if($project->PM) echo html::smallAvatar(array('avatar' => $userAvatar, 'account' => $project->PM, 'name' => $userName), "avatar-circle avatar-top avatar-{$project->PM}");
|
||||
if($project->PM) echo html::smallAvatar(array('avatar' => $userAvatar, 'account' => $project->PM, 'name' => $userName), "avatar-circle avatar-{$project->PM}");
|
||||
echo empty($project->PM) ? '' : html::a($PMLink, $userName, '', "title='{$userName}' data-toggle='modal' data-type='iframe' data-width='600'");
|
||||
break;
|
||||
case 'begin':
|
||||
|
||||
Reference in New Issue
Block a user