From 38fb85246a5c8ec4eb51dc52ae444ee653b530ce Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 16 May 2018 11:06:39 +0800 Subject: [PATCH] * Adjust style for bug action method. --- module/bug/css/resolve.css | 2 +- module/bug/view/activate.html.php | 4 ++-- module/bug/view/assignto.html.php | 2 +- module/bug/view/close.html.php | 2 +- module/bug/view/confirmbug.html.php | 6 +++--- module/bug/view/resolve.html.php | 10 +++++++--- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/module/bug/css/resolve.css b/module/bug/css/resolve.css index 122898b423..77ff393c42 100644 --- a/module/bug/css/resolve.css +++ b/module/bug/css/resolve.css @@ -1,2 +1,2 @@ .chosen-container[id^="buildProject"] {max-width: 160px; border-radius: 0} -.chosen-container[id^="buildProject"] .chosen-drop {min-width: 400px;!important} +.chosen-container[id^="buildProject"] .chosen-drop {min-width: 300px;!important} diff --git a/module/bug/view/activate.html.php b/module/bug/view/activate.html.php index d29f4cb09e..bc7989836d 100644 --- a/module/bug/view/activate.html.php +++ b/module/bug/view/activate.html.php @@ -24,7 +24,7 @@ -
+ @@ -32,7 +32,7 @@ - + diff --git a/module/bug/view/assignto.html.php b/module/bug/view/assignto.html.php index ce1fc14d4d..f254c4af79 100644 --- a/module/bug/view/assignto.html.php +++ b/module/bug/view/assignto.html.php @@ -28,7 +28,7 @@ js::set('page', 'assignedto'); - +
bug->assignedTo;?>
bug->openedBuild;?>openedBuild, 'size=4 multiple=multiple class="form-control chosen"');?>openedBuild, 'size=4 multiple=multiple class="form-control chosen"');?>
comment;?>
diff --git a/module/bug/view/close.html.php b/module/bug/view/close.html.php index 16606021e5..d40bf7664e 100644 --- a/module/bug/view/close.html.php +++ b/module/bug/view/close.html.php @@ -24,7 +24,7 @@ - +
bug->assignBug;?>
diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php index 285d3e8b7c..e1372c0c24 100755 --- a/module/bug/view/confirmbug.html.php +++ b/module/bug/view/confirmbug.html.php @@ -28,7 +28,7 @@ js::set('page', 'confirmbug'); - +
comment;?>
@@ -37,11 +37,11 @@ js::set('page', 'confirmbug'); - + - + diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index 1f6f117e49..baec465844 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -29,11 +29,11 @@ js::set('productID' , $bug->product); - +
bug->assignedTo;?>
bug->type;?>bug->typeList, $bug->type, 'class=form-control');?>bug->typeList, $bug->type, "class='form-control chosen'");?>
bug->pri;?>bug->priList, $bug->pri, 'class=form-control');?>bug->priList, $bug->pri, "class='form-control chosen'");?>
bug->mailto;?>
- + @@ -63,7 +63,11 @@ js::set('productID' , $bug->product); - +
bug->resolution;?>bug->resolutionList, '', 'class=form-control onchange=setDuplicate(this.value)');?>bug->resolutionList, '', "class='form-control chosen' onchange=setDuplicate(this.value)");?>
bug->resolvedDate;?> +
+ +
+
bug->assignedTo;?>