mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
do not wrap column with status
This commit is contained in:
parent
1bcc5494ae
commit
8342fdbc51
|
@ -213,7 +213,7 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
||||||
}
|
}
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
// print "<td>".htmlspecialchars($owner->getFullName())."</td>";
|
// print "<td>".htmlspecialchars($owner->getFullName())."</td>";
|
||||||
print "<td colspan=\"1\"><small>";
|
print "<td colspan=\"1\" nowrap><small>";
|
||||||
if($enableRecursiveCount) {
|
if($enableRecursiveCount) {
|
||||||
if($user->isAdmin()) {
|
if($user->isAdmin()) {
|
||||||
/* No need to check for access rights in countChildren() for
|
/* No need to check for access rights in countChildren() for
|
||||||
|
@ -308,7 +308,7 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
|
||||||
}
|
}
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
// print "<td>".htmlspecialchars($owner->getFullName())."</td>";
|
// print "<td>".htmlspecialchars($owner->getFullName())."</td>";
|
||||||
print "<td>";
|
print "<td nowrap>";
|
||||||
$attentionstr = '';
|
$attentionstr = '';
|
||||||
if ( $document->isLocked() ) {
|
if ( $document->isLocked() ) {
|
||||||
$attentionstr .= "<img src=\"".$this->getImgPath("lock.png")."\" title=\"". getMLText("locked_by").": ".htmlspecialchars($document->getLockingUser()->getFullName())."\"> ";
|
$attentionstr .= "<img src=\"".$this->getImgPath("lock.png")."\" title=\"". getMLText("locked_by").": ".htmlspecialchars($document->getLockingUser()->getFullName())."\"> ";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user