diff --git a/module/bug/view/batchcreate.html.php b/module/bug/view/batchcreate.html.php
index 8a9559af0c..ba89892d7e 100644
--- a/module/bug/view/batchcreate.html.php
+++ b/module/bug/view/batchcreate.html.php
@@ -43,8 +43,7 @@
|
|
-
-
+
|
bug->typeList, '', "class='form-control'");?> |
bug->severityList, '', "class='form-control'");?> |
diff --git a/module/editor/css/extend.css b/module/editor/css/extend.css
index 962b31d624..b1ba5a96f8 100644
--- a/module/editor/css/extend.css
+++ b/module/editor/css/extend.css
@@ -1,2 +1,3 @@
- .expandable > ul {display: none!important}
- .collapsable > ul {display: block!important}
+.expandable > ul {display: none!important}
+.collapsable > ul {display: block!important}
+.tree li:before {margin-right: 4px;}
diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php
index 8ab10a72c7..ac2c8f5cb0 100644
--- a/module/my/view/todo.html.php
+++ b/module/my/view/todo.html.php
@@ -106,13 +106,13 @@
if(common::hasPriv('todo', 'batchEdit'))
{
$actionLink = $this->createLink('todo', 'batchEdit', "from=myTodo&type=$type&account=$account&status=$status");
- echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"", '', 'edit');
+ echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"");
}
if(common::hasPriv('todo', 'batchFinish'))
{
$actionLink = $this->createLink('todo', 'batchFinish');
- echo html::commonButton($lang->todo->finish, "onclick=\"setFormAction('$actionLink','hiddenwin')\"", '', 'ok');
+ echo html::commonButton($lang->todo->finish, "onclick=\"setFormAction('$actionLink','hiddenwin')\"");
}
echo '';
diff --git a/module/product/view/dynamic.html.php b/module/product/view/dynamic.html.php
index 3d1909a9a6..dd582c2d3e 100755
--- a/module/product/view/dynamic.html.php
+++ b/module/product/view/dynamic.html.php
@@ -34,7 +34,7 @@
action->date;?> |
action->actor;?> |
action->action;?> |
- action->objectType;?> |
+ action->objectType;?> |
idAB;?> |
action->objectName;?> |
diff --git a/module/story/view/batchcreate.html.php b/module/story/view/batchcreate.html.php
index 2ee8457755..20f1323ec2 100644
--- a/module/story/view/batchcreate.html.php
+++ b/module/story/view/batchcreate.html.php
@@ -41,8 +41,7 @@
|
|
-
-
+
|
story->priList, $pri, 'class=form-control');?> |
|
diff --git a/module/task/view/batchcreate.html.php b/module/task/view/batchcreate.html.php
index 8b107dde42..5fb2167008 100644
--- a/module/task/view/batchcreate.html.php
+++ b/module/task/view/batchcreate.html.php
@@ -75,8 +75,7 @@
|
|
-
-
+
|
task->priList, $pri, 'class=form-control');?> |
diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php
index bb80241a77..9e036e65ce 100755
--- a/module/todo/view/batchcreate.html.php
+++ b/module/todo/view/batchcreate.html.php
@@ -16,7 +16,7 @@
icons['todo']);?>
-
icons['batchCreate']);?> todo->common . $lang->colon . $lang->todo->batchCreate;?>
+
icons['batchCreate']);?> todo->batchCreate;?>