navigation  interaction  search

 other resources

Changeset 410

Show
Ignore:
Timestamp:
06/04/08 10:57:00
Author:
nate
Message:
  • Removed broken field from notes section in client quickview.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/modules/bms/quickview_ajax.php

    r384 r410  
    9999                                notes.subject, 
    100100                                notes.category,  
    101                                 notes.completed 
     101                                notes.completed, 
    102102                        FROM  
    103103                                notes  
     
    186186                                        <table border="0" cellpadding="0" cellspacing="0" class="smallQueryTable"> 
    187187                                                <tr> 
    188                                                         <th align="center">!</th> 
    189188                                                        <th align="left">type</th> 
    190189                                                        <th align="left">category</th> 
     
    198197                                                                $noterecord["category"]=substr($noterecord["category"],0,17)."..."; 
    199198                                        ?><tr onclick="selectEdit(this,<?php echo $noterecord["id"]?>,'note')" ondblclick="selectedNote=<?php echo $noterecord["id"]?>;addEditRecord('edit','note','<?php echo $noteEditFile?>')"> 
    200                                                 <td align="center"><?php echo $noterecord["importance"]?></td> 
    201199                                                <td><?php echo $noterecord["type"]?></td> 
    202200                                                <td><?php echo $noterecord["category"]?></td> 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.