phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/products_prereq.php

    r204 r205  
    8989                <table border="0" cellpadding="3" cellspacing="0" class="querytable"> 
    9090                <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> 
    9393                 <th align="left" width=100% class="queryheader">Description</th> 
    94                  <th align="center" nowrap class="queryheader">&nbsp;</th> 
     94                 <th align="center" nowrap="nowrap" class="queryheader">&nbsp;</th> 
    9595                </tr> 
    9696                <?php    
     
    9999        ?> 
    100100                <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> 
    103103                        <td align="left" width="100%"><?php echo $prereq["description"]?$prereq["description"]:"&nbsp;" ?></td> 
    104104                        <td align="center"> 
     
    116116                <?php 
    117117                } else {?> 
    118                 <tr><td colspan="4" align=center style="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> 
    119119                <?php 
    120120                }//end if 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.