diff --git a/module/user/view/bug.html.php b/module/user/view/bug.html.php index 65025df2dd..1291327c15 100644 --- a/module/user/view/bug.html.php +++ b/module/user/view/bug.html.php @@ -51,8 +51,8 @@ - createLink('bug', 'view', "bugID=$bug->id"), $bug->id, '_blank');?> - createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> + createLink('bug', 'view', "bugID=$bug->id", '', true), $bug->id, '', "class='iframe'");?> + createLink('bug', 'view', "bugID=$bug->id", '', true), $bug->title, '', "class='iframe'");?> bug->severityList, $bug->severity, $bug->severity)?>' data-severity='severity;?>'>bug->severityList, $bug->severity, $bug->severity)?> bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?> bug->typeList, $bug->type, '');?> diff --git a/module/user/view/dynamic.html.php b/module/user/view/dynamic.html.php index 2e1ed3611e..dad365d0bb 100644 --- a/module/user/view/dynamic.html.php +++ b/module/user/view/dynamic.html.php @@ -55,7 +55,7 @@ actionLabel;?> objectLabel;?> objectID;?> - objectName) echo "" . (!empty($action->objectLink) ? html::a($action->objectLink, $action->objectName) : $action->objectName) . '';?> + objectName) echo "" . (!empty($action->objectLink) ? html::a($action->objectLink, $action->objectName, '', "data-app=''") : $action->objectName) . '';?> diff --git a/module/user/view/execution.html.php b/module/user/view/execution.html.php index 2cca0f0c01..537b449f04 100644 --- a/module/user/view/execution.html.php +++ b/module/user/view/execution.html.php @@ -33,12 +33,12 @@ createLink('execution', 'view', "executionID=$execution->id");?> - id);?> + id, '', "data-app='execution'");?> config->edition == 'max'):?> user->executionTypeList, $execution->type);?> - name);?> + name, '', "data-app='execution'");?> delay)):?> execution->delayed;?> diff --git a/module/user/view/story.html.php b/module/user/view/story.html.php index d984d733d1..a1baa6308d 100644 --- a/module/user/view/story.html.php +++ b/module/user/view/story.html.php @@ -62,10 +62,10 @@ $story):?> - createLink('story', 'view', "id=$story->id");?> + createLink('story', 'view', "id=$story->id", '', true);?> - id));?> - title);?> + id), '', "class='iframe'");?> + title, '', "class='iframe'");?> story->priList, $story->pri, $story->pri);?> processStatus('story', $story);?> productTitle;?> diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index 2877352555..939129b299 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -55,19 +55,16 @@ - createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> + createLink('task', 'view', "taskID=$task->id", '', true), sprintf('%03d', $task->id), '', "class='iframe'");?> team)) echo '' . $this->lang->task->multipleAB . ' ';?> parent > 0) echo '' . $this->lang->task->childrenAB . ' ';?> - executionType == 'kanban' ? true : ''; - $class = $task->executionType == 'kanban' ? 'iframe' : ''; - ?> - createLink('task', 'view', "taskID=$task->id", '', $onlybody, $task->project), $task->name, null, "class='$class' data-width='80%' style='color: $task->color' title='$task->name'");?> + createLink('task', 'view', "taskID=$task->id", '', true, $task->project), $task->name, null, "class='iframe' data-width='80%' style='color: $task->color' title='$task->name'");?> task->priList, $task->pri, $task->pri);?> processStatus('task', $task);?> - createLink('execution', 'browse', "executionID=$task->executionID"), $task->executionName);?> + executionMultiple ? 'execution' : 'project';?> + createLink('execution', 'browse', "executionID=$task->executionID"), $task->executionName, '', "data-app='$tab'");?> deadline, 0, 4) > 0) echo '' . $task->deadline . '';?> estimate . $lang->execution->workHourUnit;?> consumed . $lang->execution->workHourUnit;?> diff --git a/module/user/view/testcase.html.php b/module/user/view/testcase.html.php index ff8e48be16..afaf1df9f3 100755 --- a/module/user/view/testcase.html.php +++ b/module/user/view/testcase.html.php @@ -49,8 +49,8 @@ case : $case->id?> - createLink('testcase', 'view', "testcaseID=$caseID&version=$case->version"), sprintf('%03d', $caseID));?> - createLink('testcase', 'view', "testcaseID=$caseID&version=$case->version"), $case->title);?> + createLink('testcase', 'view', "testcaseID=$caseID&version=$case->version", '', true), sprintf('%03d', $caseID), '', "class='iframe'");?> + createLink('testcase', 'view', "testcaseID=$caseID&version=$case->version", '', true), $case->title, '', "class='iframe'");?> testcase->priList, $case->pri, $case->pri)?>'>testcase->priList, $case->pri, $case->pri)?> testcase->typeList[$case->type];?> diff --git a/module/user/view/testtask.html.php b/module/user/view/testtask.html.php index b470ec3e48..907ad3e0af 100755 --- a/module/user/view/testtask.html.php +++ b/module/user/view/testtask.html.php @@ -49,8 +49,8 @@ status == 'blocked') $blockedCount ++;?> status == 'done') $doneCount ++;?> - createLink('testtask', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> - createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> + createLink('testtask', 'view', "taskID=$task->id", '', true), sprintf('%03d', $task->id), '', "class='iframe'");?> + createLink('testtask', 'view', "taskID=$task->id", '', true), $task->name, '', "class='iframe'");?> executionName?> build == 'trunk' ? print($lang->trunk) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> begin?>