diff --git a/module/bug/control.php b/module/bug/control.php index 8bf0f78175..6b4004eab1 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -973,7 +973,7 @@ class bug extends control if($account == '') $account = $this->app->user->account; $bugs = $this->bug->getUserBugPairs($account); - if($id) die(html::select("bugs[$id]", $bugs, '', 'class="select-1 f-left"')); + if($id) die(html::select("bugs[$id]", $bugs, '', 'class="form-control"')); die(html::select('bug', $bugs, '', 'class=form-control')); } diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php index 6d0ba6984b..806c9e4d82 100644 --- a/module/project/view/bug.html.php +++ b/module/project/view/bug.html.php @@ -20,7 +20,7 @@ id");?> -
| $stepID | "; echo '' . html::textarea('steps[]', $step->desc, "rows='3' class='form-control'") . ' | '; echo '' . html::textarea('expects[]', $step->expect, "rows='3' class='form-control'") . ' | '; - echo "";
+ echo " ";
echo "";
echo "";
echo "";
diff --git a/module/todo/css/batchcreate.css b/module/todo/css/batchcreate.css
index c515014666..f7d0b1a669 100755
--- a/module/todo/css/batchcreate.css
+++ b/module/todo/css/batchcreate.css
@@ -1,7 +1 @@
-.half-left{text-align:right}
-.half-right{text-align:left}
-.nameBox .f-left {margin-left:20px}
-.select-2 {width: 75px}
-.text-1, .select-1{width:98%}
-select {border:1px solid #ccc}
-textarea {height:16px}
+#datepicker {position: relative; top: -6px; margin-left: 10px;}
diff --git a/module/todo/js/batchcreate.js b/module/todo/js/batchcreate.js
index 628839fd7c..6ae7cda750 100644
--- a/module/todo/js/batchcreate.js
+++ b/module/todo/js/batchcreate.js
@@ -12,16 +12,3 @@ function updateAction(date)
link = createLink('todo', 'batchCreate', 'date=' + date);
location.href=link;
}
-
-$(function(){
- var endDate = new Date('2222', '1', '1');
- $("#date").datePicker({
- createButton: true,
- startDate: new Date()
- }).dpSetPosition($.dpConst.POS_TOP, $.dpConst.POS_LEFT)
- .bind('click', function(){
- $(this).dpDisplay();
- this.blur();
- return false;
- });
-})
diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php
index 35cfb0cf52..bb80241a77 100755
--- a/module/todo/view/batchcreate.html.php
+++ b/module/todo/view/batchcreate.html.php
@@ -12,26 +12,22 @@
?>
-
-
- icons['todo']);?>
- icons['batchCreate']);?> todo->common . $lang->colon . $lang->todo->batchCreate;?>
-
- |