Changeset 205 for trunk/phpbms/modules/bms/products_prereq.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/products_prereq.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/products_prereq.php
r204 r205 89 89 <table border="0" cellpadding="3" cellspacing="0" class="querytable"> 90 90 <tr> 91 <th align="left" nowrap class="queryheader">Part Number</th>92 <th align="left" nowrap class="queryheader">Name</th>91 <th align="left" nowrap="nowrap" class="queryheader">Part Number</th> 92 <th align="left" nowrap="nowrap" class="queryheader">Name</th> 93 93 <th align="left" width=100% class="queryheader">Description</th> 94 <th align="center" nowrap class="queryheader"> </th>94 <th align="center" nowrap="nowrap" class="queryheader"> </th> 95 95 </tr> 96 96 <?php … … 99 99 ?> 100 100 <tr> 101 <td align="left" nowrap ><?php echo $prereq["partnumber"] ?></td>102 <td align="left" nowrap ><?php echo $prereq["partname"] ?></td>101 <td align="left" nowrap="nowrap"><?php echo $prereq["partnumber"] ?></td> 102 <td align="left" nowrap="nowrap"><?php echo $prereq["partname"] ?></td> 103 103 <td align="left" width="100%"><?php echo $prereq["description"]?$prereq["description"]:" " ?></td> 104 104 <td align="center"> … … 116 116 <?php 117 117 } else {?> 118 <tr><td colspan="4" align= centerstyle="padding:0px;"><div class="norecords">No Prerequisites to Display</div></td></tr>118 <tr><td colspan="4" align="center" style="padding:0px;"><div class="norecords">No Prerequisites to Display</div></td></tr> 119 119 <?php 120 120 }//end if