diff --git a/module/bug/js/common.js b/module/bug/js/common.js index 4260684814..9e9274feac 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -231,7 +231,7 @@ function setStories(moduleID, productID) */ function notice() { - $('#buildBoxActions').empty(); + $('#buildBoxActions').empty().hide(); if($('#openedBuild').find('option').length <= 1) { var html = ''; @@ -249,6 +249,7 @@ function notice() if($bba.length) { $bba.html(html); + $bba.show(); } else { diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 2dec3a00fa..3a1eeb6da8 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -31,42 +31,65 @@ js::set('refresh', $lang->refresh);
| bug->lblProductAndModule;?> | -+ |
-
- ";
- echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug"), $lang->tree->manage, '_blank');
- echo ' ';
- echo html::a("javascript:loadProductModules($productID)", $lang->refresh);
- echo '';
- }
- ?>
+
+ ";
+ echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug"), $lang->tree->manage, '_blank');
+ echo ' ';
+ echo html::a("javascript:loadProductModules($productID)", $lang->refresh);
+ echo '';
+ }
+ ?>
|
+ ||
|---|---|---|---|---|
| bug->project;?> | - | |||
| bug->openedBuild;?> |
-
-
-
+
+ bug->openedBuild?>
+
+
+
|
- |||
| bug->type;?> | +
+
+ bug->typeList['designchange']);
+ unset($lang->bug->typeList['newfeature']);
+ unset($lang->bug->typeList['trackthings']);
+ echo html::select('type', $lang->bug->typeList, $type, "class='form-control'");
+ ?>
+ bug->severity?>
+ bug->severityList, $severity, "class='form-control'");?>
+
+ |
+
+
+ bug->os?>
+ bug->osList, $os, "class='form-control'");?>
+ bug->browser?>
+ bug->browserList, $browser, "class='form-control'");?>
+
+ |
+ ||
| bug->title;?> | @@ -85,54 +108,30 @@ js::set('refresh', $lang->refresh); - + | |||
| bug->lblStory;?> | -- + | bug->story;?> | ++ | -|
| bug->task;?> | -- | |||
| bug->lblTypeAndSeverity;?> |
- bug->typeList['designchange']);
- unset($lang->bug->typeList['newfeature']);
- unset($lang->bug->typeList['trackthings']);
- echo html::select('type', $lang->bug->typeList, $type, "class='form-control' style='width: 50%'");
- ?>
- bug->severityList, $severity, "class='form-control' style='width: 50%'");?>
-
- |
- |||
|
-
- bug->osList, $os, "class='form-control' style='width: 50%'");?>
- bug->browserList, $browser, "class='form-control' style='width: 50%'");?>
+ bug->task?>
+
|
||||
|
+
- |
- - + | |||