mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
remove old code
This commit is contained in:
parent
84f1afc1d3
commit
a93fdd91c8
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user