diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php index b829eb0506..543809d370 100644 --- a/module/project/view/bug.html.php +++ b/module/project/view/bug.html.php @@ -100,7 +100,7 @@ id"; common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'confirm', '', 'iframe', true); - common::printIcon('bug', 'resolve', $params, $bug, 'list', 'check', '', 'iframe', true); + common::printIcon('bug', 'resolve', $params, $bug, 'list', 'checked', '', 'iframe', true); common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true); common::printIcon('bug', 'create', "product=$bug->product&branch=$bug->branch&extra=$params", $bug, 'list', 'copy'); common::printIcon('bug', 'edit', $params, $bug, 'list'); diff --git a/module/testtask/control.php b/module/testtask/control.php index fb6e695005..ca2336527a 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -169,6 +169,7 @@ class testtask extends control if($projectID != 0) { + $this->app->loadLang('build'); $this->view->products = $products; $this->view->projectID = $projectID; } diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php index bb2a1455ac..f7c677c022 100644 --- a/module/testtask/view/create.html.php +++ b/module/testtask/view/create.html.php @@ -40,7 +40,15 @@ testtask->build;?> - + +
+ + + build->create, '', "data-toggle='modal' data-type='iframe' data-width='95%'")?> +
+ + +