diff --git a/module/story/css/batchcreate.css b/module/story/css/batchcreate.css index 6caba97f34..5468bcc6c8 100644 --- a/module/story/css/batchcreate.css +++ b/module/story/css/batchcreate.css @@ -1 +1,6 @@ -.text-1{height:30px} +.text-1, .select-1{height:30px} +.w-300px{width:300px} +.w-280px{width:280px} +.w-180px{width:180px} +.half-left {text-align:right} +.half-right{text-align:left} diff --git a/module/story/view/batchcreate.html.php b/module/story/view/batchcreate.html.php index 6666e2ee7a..435adb5126 100644 --- a/module/story/view/batchcreate.html.php +++ b/module/story/view/batchcreate.html.php @@ -12,16 +12,16 @@ ?>
- +
- - - + + + - - - + + + story->batchCreate; $i++):?> @@ -29,18 +29,20 @@ - - + + - - - + + + - - +
story->product . $lang->colon . $lang->story->batchCreate;?>
idAB;?>story->module;?>story->plan;?>idAB;?>story->module;?>story->plan;?> story->title;?>story->spec;?>story->pri;?>story->estimate;?>story->spec;?>story->pri;?>story->estimate;?> story->review;?>
*";?> story->priList, $pri, 'class=w-50px');?>story->reviewList, 0, '');?>story->priList, $pri, 'class=select-1');?>story->reviewList, 0, "class='text-1'");?>
{$lang->story->notes}";?> +
story->notes;?>
+
+
diff --git a/module/testcase/css/batchcreate.css b/module/testcase/css/batchcreate.css index 6caba97f34..cbefbcd7df 100644 --- a/module/testcase/css/batchcreate.css +++ b/module/testcase/css/batchcreate.css @@ -1 +1,5 @@ -.text-1{height:30px} +.text-1, .select-1{height:30px} +.w-300px{width:300px} +.w-180px{width:180px} +.half-left {text-align:right} +.half-right{text-align:left} diff --git a/module/testcase/view/batchcreate.html.php b/module/testcase/view/batchcreate.html.php index 6938c85b58..0ec0e365e8 100644 --- a/module/testcase/view/batchcreate.html.php +++ b/module/testcase/view/batchcreate.html.php @@ -12,14 +12,14 @@ ?>
- +
- - - + + + - + testcase->batchCreate; $i++):?> testcase->same; if($i != 0) $currentModuleID = 'same';?> @@ -28,15 +28,17 @@ - - - + + + - - +
testcase->batchCreate;?>
idAB;?>testcase->module;?>testcase->type;?>idAB;?>testcase->module;?>testcase->type;?> testcase->story;?>testcase->title;?>testcase->title;?>
testcase->typeList, $type, "class=select-3"); echo "*";?>testcase->typeList, $type, "class=select-1"); echo "*";?> *";?>
{$lang->testcase->notes}";?> +
testcase->notes;?>
+
+