@@ -94,7 +94,7 @@ var moduleID = '';
if(common::hasPriv('testtask', 'unlinkCase'))
{
$unlinkURL = $this->createLink('testtask', 'unlinkCase', "caseID=$run->id&confirm=yes");
- echo html::a("javascript:ajaxDelete(\"$unlinkURL\",\"caseList\",confirmUnlink)", '
', '', "class='link-icon' title='{$lang->testtask->unlinkCase}'");
+ echo html::a("javascript:ajaxDelete(\"$unlinkURL\",\"caseList\",confirmUnlink)", '
', '', "title='{$lang->testtask->unlinkCase}'");
}
common::printIcon('testcase', 'createBug', "product=$productID&extra=projectID=$task->project,buildID=$task->build,caseID=$run->case,runID=$run->id", $run, 'list', 'createBug');
diff --git a/module/testtask/view/results.html.php b/module/testtask/view/results.html.php
index 12e5fca77c..03fe162ef1 100644
--- a/module/testtask/view/results.html.php
+++ b/module/testtask/view/results.html.php
@@ -11,42 +11,57 @@
*/
?>
-
CASE#id. $lang->colon . $case->title;?>
-
-
-
-
- RESULT#id . ' ' . $result->date . ' ' . $users[$result->lastRunner] . ' ' . $lang->testtask->runCase . ':'. " " . $lang->testcase->resultList[$result->caseResult] . '';?>
- testtask->build . $lang->colon . $build;?>
-
-
- | testcase->stepID;?> |
- testcase->stepDesc;?> |
- testcase->stepExpect;?> |
- testcase->result;?> |
- testcase->real;?> |
-
- stepResults as $key => $stepResult):
- ?>
-
- |
- |
- |
-
- a-center'>testcase->resultList[$stepResult['result']];?> |
- |
-
-
- |
- |
-
-
-
-
-
+
+
+
+ icons['usecase']) . ' #' . $case->id;?>
+ title;?>
+ testtask->results . ' ' . html::icon($lang->icons['result']);?>
+
+
+
+
+
+
+
+
+
+ |
+ RESULT#id . ' ' . $result->date . ' ' . $users[$result->lastRunner] . ' ' . $lang->testtask->runCase . ':'. " " . $lang->testcase->resultList[$result->caseResult] . '';?>
+ testtask->build . $lang->colon . $build;?>
+ |
+
+
+ | testcase->stepID;?> |
+ testcase->stepDesc;?> |
+ testcase->stepExpect;?> |
+ testcase->result;?> |
+ testcase->real;?> |
+
+
+ stepResults as $key => $stepResult):
+ ?>
+
+ |
+ |
+ |
+
+ text-center'>testcase->resultList[$stepResult['result']];?> |
+ |
+
+
+ |
+ |
+
+
+
+
+
+
+
diff --git a/module/testtask/view/runcase.html.php b/module/testtask/view/runcase.html.php
index 5c14cc2532..190ec778c7 100644
--- a/module/testtask/view/runcase.html.php
+++ b/module/testtask/view/runcase.html.php
@@ -11,53 +11,63 @@
*/
?>
-
+
+
+ icons['usecase']) . ' #' . $run->case->id;?>
+ case->title;?>
+ testtask->runCase;?> icons['run']);?>
+
+
+
case; include './results.html.php';
diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php
index 4659451c4a..c2ee32eea1 100755
--- a/module/todo/view/batchcreate.html.php
+++ b/module/todo/view/batchcreate.html.php
@@ -29,13 +29,13 @@
todo->batchCreate; $i++):?>
|
- todo->typeList, '', "onchange=loadList(this.value,$i+1) class='select-1'");?> |
+ todo->typeList, '', "onchange=loadList(this.value,$i+1) class='form-control'");?> |
todo->priList, $pri, 'class=form-control');?> |
|
- |
+ |
| id . html::hidden("todoIDList[$todo->id]", $todo->id);?> |
id]", $todo->date, "class='text-2 date'");?> |
- id]", $lang->todo->typeList, $todo->type, "onchange=loadList(this.value,$todo->id) class='select-1'");?> |
+ id]", $lang->todo->typeList, $todo->type, "onchange=loadList(this.value,$todo->id) class='form-control'");?> |
id]", $lang->todo->priList, $todo->pri, 'class=form-control');?> |
echo html::input("names[$todo->id]", '', "class='f-left text-1 hiddenwin'"); ?>
diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php
index ff97d09de3..5a255017d3 100644
--- a/module/todo/view/edit.html.php
+++ b/module/todo/view/edit.html.php
@@ -34,7 +34,7 @@
|
type != 'custom' ? 'readonly' : '';
- echo html::input('name', $todo->name, "$readType class=text-1");
+ echo html::input('name', $todo->name, "$readType class=form-control");
?>
|
diff --git a/module/user/view/batchcreate.html.php b/module/user/view/batchcreate.html.php
index eba62902c2..0dbd8f76ad 100644
--- a/module/user/view/batchcreate.html.php
+++ b/module/user/view/batchcreate.html.php
@@ -36,7 +36,7 @@
0 ? 'ditto' : $deptID, "class='form-control'");?>
| |
|
- user->roleList, $i > 0 ? 'ditto' : '', "class='select-1' onchange='changeGroup(this.value, $i)'");?> |
+ user->roleList, $i > 0 ? 'ditto' : '', "class='form-control' onchange='changeGroup(this.value, $i)'");?> |
0 ? 'ditto' : '', "class='form-control'");?> |
|
user->genderList, 'm');?> |
diff --git a/www/theme/default/style.css b/www/theme/default/style.css
index 4d497413d0..bdce0a37f1 100644
--- a/www/theme/default/style.css
+++ b/www/theme/default/style.css
@@ -473,7 +473,7 @@ body {font-size: 12px; color:#141414;padding-bottom: 40px;}
.outer.with-side .table tr > th:first-child, .outer.with-side .table tr > td:first-child {padding-left: 8px}
.outer.with-side .table tr > th:last-child, .outer.with-side .table tr > td:last-child {padding-right: 8px}
.outer .side {width: 180px; position: absolute; left: 20px; background: #fafafa; border: 1px solid #ddd; transition: all 0.3s;}
-.outer .side > header {padding: 5px 15px; line-height: 20px; border-bottom: 1px solid #ddd; background: #f1f1f1}
+.outer .side > header {padding: 5px 10px; line-height: 20px; border-bottom: 1px solid #ddd; background: #f1f1f1}
.outer .side-body {padding: 10px;}
.outer .side .side-handle {position: absolute; right: 5px; top: 4px; width: 22px; line-height: 18px; border: 1px solid #ddd; background: #e5e5e5; border-radius: 2px; color: #666; transition: all 0.3s;}
.outer .side .side-handle:hover {background: #fff; color: #333}
@@ -501,7 +501,7 @@ body {font-size: 12px; color:#141414;padding-bottom: 40px;}
.modal.with-titlebar .modal-header .close {position: absolute; right: 15px; top: 20px}
.body-modal {padding-bottom: 0; overflow: hidden;}
.body-modal .outer > form, .body-modal .outer > .container > form {margin: 10px 15px 20px}
-.body-modal .outer > .main, .body-modal .outer > .container > .main{padding: 10px 20px; margin: 0}
+.body-modal .outer > .main, .body-modal .outer > .container > .main, .body-modal > .main {padding: 10px 20px; margin: 0}
.body-modal > form {padding-bottom: 15px;}
.body-modal .outer > .container {padding: 0}