* Finish task#36458.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
.table-footer .table-actions{width:auto;visibility:visible;opacity:1;}
|
||||
.table-footer .table-actions .text{line-height:28px;}
|
||||
.table-footer .table-actions {width: auto; visibility: visible; opacity: 1;}
|
||||
.table-footer .table-actions .text {line-height: 28px;}
|
||||
table tbody tr td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
echo html::a($this->createLink($module, $methodName, $params), $action->objectName);
|
||||
echo html::a($this->createLink($module, $methodName, $params), $action->objectName, '_self', "title={$action->objectName}");
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user