mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
replace # in table header
This commit is contained in:
parent
bdd75ecfee
commit
2d967f8741
|
@ -237,7 +237,7 @@ $('#delete-transmittalitem-btn-".$itemid."').popover({
|
|||
print "<thead>\n<tr>\n";
|
||||
print "<th>".getMLText("name")."</th>\n";
|
||||
print "<th>".getMLText("comment")."</th>\n";
|
||||
print "<th>#</th>\n";
|
||||
print "<th>".getMLText("size")."</th>\n";
|
||||
print "<th></th>\n";
|
||||
print "</tr>\n</thead>\n<tbody>\n";
|
||||
foreach($transmittals as $transmittal) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user