* Adjust the width of ifram.
This commit is contained in:
@@ -1691,7 +1691,7 @@ class programModel extends model
|
||||
$user = $this->loadModel('user')->getByID($project->PM, 'account');
|
||||
$userID = !empty($user) ? $user->id : '';
|
||||
$PMLink = helper::createLink('user', 'profile', "userID=$userID", '', true);
|
||||
echo empty($project->PM) ? '' : html::a($PMLink, zget($users, $project->PM), '', "data-toggle='modal' data-type='iframe' data-width='600'");
|
||||
echo empty($project->PM) ? '' : html::a($PMLink, zget($users, $project->PM), '', "data-toggle='modal' data-type='iframe' data-width='800'");
|
||||
break;
|
||||
case 'begin':
|
||||
echo $project->begin;
|
||||
|
||||
Reference in New Issue
Block a user