diff --git a/module/jenkins/view/edit.html.php b/module/jenkins/view/edit.html.php index 947672eba0..04b26aa7f9 100644 --- a/module/jenkins/view/edit.html.php +++ b/module/jenkins/view/edit.html.php @@ -19,10 +19,6 @@
- - - - diff --git a/module/testcase/view/caseheader.html.php b/module/testcase/view/caseheader.html.php index f5d2fa7711..dd5e3a95ed 100644 --- a/module/testcase/view/caseheader.html.php +++ b/module/testcase/view/caseheader.html.php @@ -125,7 +125,7 @@ $class = common::hasPriv('testcase', 'exportTemplet') ? '' : "class=disabled"; $misc = common::hasPriv('testcase', 'exportTemplet') ? "class='export'" : "class=disabled"; $link = common::hasPriv('testcase', 'exportTemplet') ? $this->createLink('testcase', 'exportTemplet', "productID=$productID") : '#'; - echo "
  • " . html::a($link, $lang->testcase->exportTemplet, '', $misc . "data-app={$this->app->openApp} data-width='40%'") . "
  • "; + echo "
  • " . html::a($link, $lang->testcase->exportTemplet, '', $misc . "data-app={$this->app->openApp} data-width='50%'") . "
  • "; ?> diff --git a/module/testcase/view/showimport.html.php b/module/testcase/view/showimport.html.php index 403b69843c..0f80787c47 100644 --- a/module/testcase/view/showimport.html.php +++ b/module/testcase/view/showimport.html.php @@ -87,7 +87,7 @@ $(function() story) ? $case->story : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->story : '');?> zget($stories, $storyID, '')), $storyID, "class='form-control chosen storyChange'")?> - +
    jenkins->tips; ?>
    jenkins->name; ?> name, "class='form-control'"); ?> testcase->priList, isset($case->pri) ? $case->pri : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->pri : ''), "class='form-control chosen'")?>testcase->typeList, $case->type, "class='form-control chosen'")?>testcase->typeList, isset($case->type) ? $case->type : '', "class='form-control chosen'")?> testcase->stageList, !empty($case->stage) ? $case->stage : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->stage : ''), "multiple='multiple' class='form-control chosen'")?> precondition) ? htmlspecialchars($case->precondition) : "", "class='form-control'")?>