diff --git a/module/bug/css/batchcreate.css b/module/bug/css/batchcreate.css index 30412ed704..9cd6305f9e 100644 --- a/module/bug/css/batchcreate.css +++ b/module/bug/css/batchcreate.css @@ -1,6 +1,6 @@ .c-id {width: 50px !important;} .c-branch, .c-module, .c-os {width: 120px;} .c-execution {width: 130px;} -.c-build, .c-browser, .c-keywords, .c-other {width: 100px;} +.c-build, .c-browser, .c-keywords {width: 100px;} .c-steps {width: 150px;} .c-pri, .c-severity {width: 80px;} diff --git a/module/bug/css/batchedit.css b/module/bug/css/batchedit.css index b928b1c4ac..3b9c06964d 100644 --- a/module/bug/css/batchedit.css +++ b/module/bug/css/batchedit.css @@ -4,6 +4,6 @@ .c-id {width: 50px !important;} .c-branch, .c-module, .c-os {width: 120px;} .c-execution {width: 130px;} -.c-build, .c-browser, .c-keywords, .c-other {width: 100px;} +.c-build, .c-browser, .c-keywords {width: 100px;} .c-steps, .c-title, .c-plan, .c-assigned, .c-resolution {width: 150px;} .c-pri, .c-severity {width: 80px;} diff --git a/module/bug/view/batchcreate.html.php b/module/bug/view/batchcreate.html.php index 26e6b3cfda..8df99d947d 100644 --- a/module/bug/view/batchcreate.html.php +++ b/module/bug/view/batchcreate.html.php @@ -62,7 +62,7 @@ '>bug->keywords;?> bug->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/bug/view/batchedit.html.php b/module/bug/view/batchedit.html.php index 490f027efa..86a92f7867 100644 --- a/module/bug/view/batchedit.html.php +++ b/module/bug/view/batchedit.html.php @@ -66,7 +66,7 @@ '>bug->resolutionAB;?> bug->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/story/view/batchcreate.html.php b/module/story/view/batchcreate.html.php index 99bd3d955e..1112101f30 100644 --- a/module/story/view/batchcreate.html.php +++ b/module/story/view/batchcreate.html.php @@ -61,7 +61,7 @@ '>story->keywords;?> story->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/story/view/batchedit.html.php b/module/story/view/batchedit.html.php index 17c0734363..5cc967b16b 100644 --- a/module/story/view/batchedit.html.php +++ b/module/story/view/batchedit.html.php @@ -61,7 +61,7 @@ foreach(explode(',', $showFields) as $field) '>story->keywords;?> story->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 1ae3c89558..0d6e0f3947 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -71,7 +71,7 @@ js::set('dittoNotice', $dittoNotice); '>task->closedReason;?> task->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/testcase/view/batchcreate.html.php b/module/testcase/view/batchcreate.html.php index 3d4079aef9..3ae671a6d0 100644 --- a/module/testcase/view/batchcreate.html.php +++ b/module/testcase/view/batchcreate.html.php @@ -66,7 +66,7 @@ '>testcase->review;?> testcase->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/testcase/view/batchedit.html.php b/module/testcase/view/batchedit.html.php index f77dac15b5..4095b21ddf 100644 --- a/module/testcase/view/batchedit.html.php +++ b/module/testcase/view/batchedit.html.php @@ -59,7 +59,7 @@ '>testcase->stage;?> testcase->getFlowExtendFields(); - foreach($extendFields as $extendField) echo "{$extendField->name}"; + foreach($extendFields as $extendField) echo "{$extendField->name}"; ?> diff --git a/module/testcase/view/showimport.html.php b/module/testcase/view/showimport.html.php index 93c3bed4be..f084e44a21 100644 --- a/module/testcase/view/showimport.html.php +++ b/module/testcase/view/showimport.html.php @@ -41,7 +41,7 @@ $(function() testcase->precondition?> - testcase->{$appendField->field}?> + testcase->{$appendField->field}?> diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 97f8153007..c01679cbdf 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -57,7 +57,7 @@ a.showMoreImage:hover {opacity: 1;} .c-estimate {width: 70px;} .c-number, .c-stage, .c-role, .c-estimate-box, .c-result {width: 80px;} .c-company, .c-budget {width: 80px;} -.c-status, .c-type, .c-user, .c-date, .c-encode, .c-resolution, .c-pri-box, .c-other {width: 100px;} +.c-status, .c-type, .c-user, .c-date, .c-encode, .c-resolution, .c-pri-box, .c-extend {width: 100px;} .c-object-type {width: 130px;} .c-full-date, .c-mobile, .c-email, .c-text, .c-subject, .c-assigned-box, .c-user-box {width: 150px;} .c-module, .c-date-box {width: 180px;}