diff --git a/module/action/css/trash.css b/module/action/css/trash.css
index d1cdb48332..223c5f01e1 100755
--- a/module/action/css/trash.css
+++ b/module/action/css/trash.css
@@ -1,2 +1,2 @@
-.table-footer .table-actions{width:auto;visibility:visible;opacity:1;}
+.table-footer .table-actions{width:auto;visibility:visible;opacity:1;white-space: nowrap;}
.table-footer .table-actions .text{line-height:28px;}
diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php
index 2f72726d84..d36e89d741 100644
--- a/module/bug/view/report.html.php
+++ b/module/bug/view/report.html.php
@@ -43,7 +43,7 @@
diff --git a/module/common/model.php b/module/common/model.php
index 0ffeac792f..ef3acb40f7 100644
--- a/module/common/model.php
+++ b/module/common/model.php
@@ -611,7 +611,7 @@ class commonModel extends model
if($moduleName != 'index')
{
if(!isset($lang->menu->$mainMenu)) return;
- $menuLink = $mainMenu == 'admin' ? $lang->adminMenu : $lang->menu->$mainMenu;
+ $menuLink = $lang->menu->$mainMenu;
list($menuLabel, $module, $method) = explode('|', $menuLink);
echo '
' . html::a(helper::createLink($module, $method), $menuLabel) . '';
}
diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php
index f430f92a38..8bdd3d8b03 100644
--- a/module/task/view/report.html.php
+++ b/module/task/view/report.html.php
@@ -43,7 +43,7 @@
diff --git a/module/testtask/view/groupcase.html.php b/module/testtask/view/groupcase.html.php
index 25e5bfef83..85a77c5e82 100644
--- a/module/testtask/view/groupcase.html.php
+++ b/module/testtask/view/groupcase.html.php
@@ -25,7 +25,7 @@
idAB;?> |
-
priAB;?> |
+
priAB;?> |
testcase->title;?> |
typeAB;?> |
testtask->assignedTo;?> |
diff --git a/module/testtask/view/report.html.php b/module/testtask/view/report.html.php
index a46441056b..e58a9a3699 100644
--- a/module/testtask/view/report.html.php
+++ b/module/testtask/view/report.html.php
@@ -43,7 +43,7 @@