mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-24 01:59:14 +00:00
take out old code
This commit is contained in:
parent
0066c58e9c
commit
ec82a80010
|
|
@ -308,9 +308,7 @@ function folderSelected(id, name) {
|
|||
print "<thead>\n<tr>\n";
|
||||
print "<th></th>\n";
|
||||
print "<th><a href=\"../out/out.ViewFolder.php?folderid=". $folderid .($orderby=="n"?"&orderby=s":"&orderby=n")."\">".getMLText("name")."</a></th>\n";
|
||||
// print "<th>".getMLText("owner")."</th>\n";
|
||||
print "<th>".getMLText("status")."</th>\n";
|
||||
// print "<th>".getMLText("version")."</th>\n";
|
||||
print "<th>".getMLText("action")."</th>\n";
|
||||
print "</tr>\n</thead>\n<tbody>\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user