do not wrap column with status

This commit is contained in:
Uwe Steinmann 2013-06-04 23:32:22 +02:00
parent 1bcc5494ae
commit 8342fdbc51

View File

@ -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())."\"> ";