- |
+ |
diff --git a/module/company/view/dynamic.html.php b/module/company/view/dynamic.html.php
index ddb9dcd48d..78aa75470f 100644
--- a/module/company/view/dynamic.html.php
+++ b/module/company/view/dynamic.html.php
@@ -52,7 +52,7 @@
$action):?>
- actor == $this->app->user->account) echo "class='active'";?>>
+ major) echo "class='active'";?>>
time?>
diff --git a/module/my/view/dynamic.html.php b/module/my/view/dynamic.html.php
index ea956441fa..606b504829 100644
--- a/module/my/view/dynamic.html.php
+++ b/module/my/view/dynamic.html.php
@@ -45,7 +45,7 @@
$action):?>
- actor == $this->app->user->account) echo "class='active'";?>>
+ major) echo "class='active'";?>>
time?>
diff --git a/module/product/view/dynamic.html.php b/module/product/view/dynamic.html.php
index 54e8910e64..d339fc7378 100755
--- a/module/product/view/dynamic.html.php
+++ b/module/product/view/dynamic.html.php
@@ -48,7 +48,7 @@
$action):?>
- actor == $this->app->user->account) echo "class='active'";?>>
+ major) echo "class='active'";?>>
time?>
diff --git a/module/product/view/view.html.php b/module/product/view/view.html.php
index 6da86dd0e8..71c1085858 100644
--- a/module/product/view/view.html.php
+++ b/module/product/view/view.html.php
@@ -52,7 +52,7 @@
- - actor == $this->app->user->account) echo "class='active'";?>>
+
- major) echo "class='active'";?>>
date;?>
actor) . ' ' . $action->actionLabel . $action->objectLabel . ' ' . html::a($action->objectLink, $action->objectName);?>
diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php
index 427503364b..3b8947803e 100644
--- a/module/project/view/create.html.php
+++ b/module/project/view/create.html.php
@@ -13,10 +13,10 @@
createLink('project', 'task', 'projectID=' . $projectID);?>
-
+
diff --git a/module/project/view/dynamic.html.php b/module/project/view/dynamic.html.php
index 4cd93d37d0..b5eb94d236 100755
--- a/module/project/view/dynamic.html.php
+++ b/module/project/view/dynamic.html.php
@@ -49,7 +49,7 @@
$action):?>
- - actor == $this->app->user->account) echo "class='active'";?>>
+
- major) echo "class='active'";?>>
time?>
diff --git a/module/project/view/taskheader.html.php b/module/project/view/taskheader.html.php
index 080da180e0..39d4de8a4c 100644
--- a/module/project/view/taskheader.html.php
+++ b/module/project/view/taskheader.html.php
@@ -8,7 +8,7 @@
$product = $this->product->getById($productID);
$removeLink = $browseType == 'byproduct' ? inlink('task', "projectID=$projectID&browseType=$status¶m=0&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("productBrowseParam")';
echo ' ' . $product->name;
- echo html::a($removeLink, "×", '', "class='text-muted'");
+ echo html::a($removeLink, "", '', "class='text-muted'");
}
elseif(!empty($moduleID))
{
@@ -16,7 +16,7 @@
$module = $this->tree->getById($moduleID);
$removeLink = $browseType == 'bymodule' ? inlink('task', "projectID=$projectID&browseType=$status¶m=0&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("moduleBrowseParam")';
echo $module->name;
- echo html::a($removeLink, "×", '', "class='text-muted'");
+ echo html::a($removeLink, "", '', "class='text-muted'");
}
else
{
diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php
index 21251ba7ff..9c407fce3a 100644
--- a/module/project/view/view.html.php
+++ b/module/project/view/view.html.php
@@ -49,7 +49,7 @@
- - actor == $this->app->user->account) echo "class='active'";?>>
+
- major) echo "class='active'";?>>
date;?>
actor) . ' ' . $action->actionLabel . $action->objectLabel . ' ' . html::a($action->objectLink, $action->objectName);?>
diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php
index c44ae3fbe2..a0862f4c18 100644
--- a/module/testcase/view/create.html.php
+++ b/module/testcase/view/create.html.php
@@ -228,7 +228,7 @@
|