diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index 86672bb332..99ea76c2ce 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -64,7 +64,7 @@
icons['story']) . ' ' . $lang->build->linkStories;?>
- +
@@ -88,7 +88,7 @@
icons['bug']) . ' ' . $lang->build->linkBugs;?>
-
idAB;?>
+
diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index edabc66f11..fa295d2a3e 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -58,7 +58,7 @@
icons['story']) . ' ' . $lang->build->linkStories;?>
-
idAB;?>
+
@@ -82,7 +82,7 @@
icons['bug']) . ' ' . $lang->build->linkBugs;?>
-
idAB;?>
+
diff --git a/module/release/view/ajaxgetstoriesandbugs.html.php b/module/release/view/ajaxgetstoriesandbugs.html.php index 7cd949ded9..e3cd282504 100644 --- a/module/release/view/ajaxgetstoriesandbugs.html.php +++ b/module/release/view/ajaxgetstoriesandbugs.html.php @@ -4,7 +4,7 @@
icons['story']) . ' ' . $lang->release->linkStories;?>
-
idAB;?>
+
@@ -28,7 +28,7 @@
icons['bug']) . ' ' . $lang->release->linkBugs;?>
-
idAB;?> story->title;?>
+
diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 78f8ebde10..3724d16a47 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -44,7 +44,7 @@
icons['story'], 'icon') . ' ' . $lang->release->linkStories;?>
-
idAB;?>
+
@@ -72,7 +72,7 @@
icons['bug'], 'icon') . ' ' . $lang->release->linkBugs;?>
-
idAB;?>
+
diff --git a/module/story/css/edit.css b/module/story/css/edit.css index e69de29bb2..0ec48066f5 100644 --- a/module/story/css/edit.css +++ b/module/story/css/edit.css @@ -0,0 +1,2 @@ +.col-side .chosen-container .chosen-drop {width: 216px!important} +.col-side .chosen-container {width: 218px!important} diff --git a/module/task/css/edit.css b/module/task/css/edit.css index e69de29bb2..0ec48066f5 100644 --- a/module/task/css/edit.css +++ b/module/task/css/edit.css @@ -0,0 +1,2 @@ +.col-side .chosen-container .chosen-drop {width: 216px!important} +.col-side .chosen-container {width: 218px!important} diff --git a/module/testcase/css/edit.css b/module/testcase/css/edit.css index e69de29bb2..0ec48066f5 100644 --- a/module/testcase/css/edit.css +++ b/module/testcase/css/edit.css @@ -0,0 +1,2 @@ +.col-side .chosen-container .chosen-drop {width: 216px!important} +.col-side .chosen-container {width: 218px!important}
idAB;?>