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/quickview_ajax.php

    r204 r205  
    9999                                if($invoicerecord["type"]=="VOID") 
    100100                                        $invoicerecord["totalti"]="-----" 
    101                 ?><tr onClick="selectEdit(this,<?php echo $invoicerecord["id"]?>,'invoice')"> 
     101                ?><tr onclick="selectEdit(this,<?php echo $invoicerecord["id"]?>,'invoice')"> 
    102102                        <td><?php echo $invoicerecord["id"]?></td> 
    103103                        <td><?php echo $invoicerecord["type"]?></td> 
     
    113113         
    114114        <div class="salesNotesButtons"> 
    115                 <button id="noteedit" type="button" class="graphicButtons buttonEditDisabled" onClick="addEditRecord('edit','note','<?php echo getAddEditFile(12)?>')"><span>edit</span></button> 
    116                 <button type="button" class="graphicButtons buttonNew" onClick="addEditRecord('new','note','<?php echo getAddEditFile(12,"add")?>')"><span>new</span></button> 
     115                <button id="noteedit" type="button" class="graphicButtons buttonEditDisabled" onclick="addEditRecord('edit','note','<?php echo getAddEditFile(12)?>')"><span>edit</span></button> 
     116                <button type="button" class="graphicButtons buttonNew" onclick="addEditRecord('new','note','<?php echo getAddEditFile(12,"add")?>')"><span>new</span></button> 
    117117        </div> 
    118118         
     
    137137                                if(strlen($noterecord["category"])>17) 
    138138                                        $noterecord["category"]=substr($noterecord["category"],0,17)."..."; 
    139                 ?><tr onClick="selectEdit(this,<?php echo $noterecord["id"]?>,'note')"> 
    140                         <td align=center><?php echo $noterecord["importance"]?></td> 
     139                ?><tr onclick="selectEdit(this,<?php echo $noterecord["id"]?>,'note')"> 
     140                        <td align="center"><?php echo $noterecord["importance"]?></td> 
    141141                        <td><?php echo $noterecord["type"]?></td> 
    142142                        <td><?php echo $noterecord["category"]?></td> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.