remove old code

This commit is contained in:
Uwe Steinmann 2022-01-03 19:14:53 +01:00
parent 84f1afc1d3
commit a93fdd91c8

View File

@ -630,17 +630,6 @@ function typeahead() { /* {{{ */
print "</tr>\n</thead>\n"; print "</tr>\n</thead>\n";
} else { } else {
echo $this->folderListHeader(null, 'search'); echo $this->folderListHeader(null, 'search');
/*
print "<table class=\"table table-condensed table-sm table-hover\">";
print "<thead>\n<tr>\n";
$headcols['image'] = $this->folderListHeaderImage();
$headcols['name'] = $this->folderListHeaderName();
$headcols['status'] = getMLText("status");
$headcols['action'] = getMLText("action");
foreach($headcols as $headcol)
echo "<th>".$headcol."</th>\n";
print "</tr>\n</thead>\n";
*/
} }
print "<tbody>\n"; print "<tbody>\n";