mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
remove table around tree
it just adds a little space around the tree
This commit is contained in:
parent
2810de59a0
commit
b1deb8a718
|
@ -181,15 +181,10 @@ class SeedDMS_View_Statistic extends SeedDMS_Bootstrap_Style {
|
|||
echo "<div class=\"span8\">\n";
|
||||
echo "<div class=\"well\">\n";
|
||||
|
||||
print "<table class=\"table-condensed\"><tr><td>\n";
|
||||
|
||||
print "<ul>\n";
|
||||
$this->printFolder($rootfolder);
|
||||
print "</ul>\n";
|
||||
|
||||
print "</td></tr>";
|
||||
|
||||
print "</table>\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user