From df5d8e3fbdcfc60e06b5ff677340c1055d22d0d8 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 27 Oct 2011 09:34:30 +0000 Subject: [PATCH] - use two columns instead of 1 with colspan=2 --- out/out.ViewFolder.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/out/out.ViewFolder.php b/out/out.ViewFolder.php index fca97b8dc..1014a48cb 100644 --- a/out/out.ViewFolder.php +++ b/out/out.ViewFolder.php @@ -103,7 +103,8 @@ foreach($subFolders as $subFolder) { print "getID()."&showtree=".$showtree."\">\n"; print "getID()."&showtree=".$showtree."\">" . $subFolder->getName() . "\n"; print "".$owner->getFullName().""; - print "".count($subsub)." ".getMLText("folders").", ".count($subdoc)." ".getMLText("documents").""; + print "".count($subsub)." ".getMLText("folders").", ".count($subdoc)." ".getMLText("documents").""; + print ""; print "".$comment.""; print "\n"; }