Removed useless hyperlinks from headers of parts results table.

This commit is contained in:
2026-02-18 12:29:58 -05:00
parent 63bb7a3445
commit cc2b638a6a

View File

@@ -807,10 +807,10 @@ if ($search) {
<table width=\"100%\" border=\"1\" cellpadding=\"5\">
<tr>
<th>Action</th>
<th><a href=\"parts.php?sort=uid&order=$order\" title=\"Sort by $uidtext\">$uidtext</a></th>
<th><a href=\"parts.php?sort=partnum&order=$order\" title=\"Sort by Part Number\">Part Number</a></th>
<th><a href=\"parts.php?sort=sernum&order=$order\" title=\"Sort by Serial Number\">Serial Number</a></th>
<th><a href=\"parts.php?sort=partname&order=$order\" title=\"Sort by Part Name\">Part Name</a></th>
<th>$uidtext</th>
<th>Part Number</th>
<th>Serial Number</th>
<th>Part Name</th>
</tr>
";
while ($partrow=mysqli_fetch_assoc($prowqry)) {