Removed useless hyperlinks from headers of parts results table.
This commit is contained in:
@@ -807,10 +807,10 @@ if ($search) {
|
|||||||
<table width=\"100%\" border=\"1\" cellpadding=\"5\">
|
<table width=\"100%\" border=\"1\" cellpadding=\"5\">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
<th><a href=\"parts.php?sort=uid&order=$order\" title=\"Sort by $uidtext\">$uidtext</a></th>
|
<th>$uidtext</th>
|
||||||
<th><a href=\"parts.php?sort=partnum&order=$order\" title=\"Sort by Part Number\">Part Number</a></th>
|
<th>Part Number</th>
|
||||||
<th><a href=\"parts.php?sort=sernum&order=$order\" title=\"Sort by Serial Number\">Serial Number</a></th>
|
<th>Serial Number</th>
|
||||||
<th><a href=\"parts.php?sort=partname&order=$order\" title=\"Sort by Part Name\">Part Name</a></th>
|
<th>Part Name</th>
|
||||||
</tr>
|
</tr>
|
||||||
";
|
";
|
||||||
while ($partrow=mysqli_fetch_assoc($prowqry)) {
|
while ($partrow=mysqli_fetch_assoc($prowqry)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user