mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-21 00:29:15 +00:00
add column for attributes in header of table
This commit is contained in:
parent
27b74c7c5f
commit
dfe7146a7d
|
|
@ -653,6 +653,7 @@ $(document).ready( function() {
|
|||
print "<thead>\n<tr>\n";
|
||||
print "<th></th>\n";
|
||||
print "<th>".getMLText("name")."</th>\n";
|
||||
print "<th>".getMLText("attributes")."</th>\n";
|
||||
print "<th>".getMLText("status")."</th>\n";
|
||||
print "<th>".getMLText("action")."</th>\n";
|
||||
print "</tr>\n</thead>\n<tbody>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user