Changeset 410
- Timestamp:
- 06/04/08 10:57:00
- Files:
-
- trunk/phpbms/modules/bms/quickview_ajax.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phpbms/modules/bms/quickview_ajax.php
r384 r410 99 99 notes.subject, 100 100 notes.category, 101 notes.completed 101 notes.completed, 102 102 FROM 103 103 notes … … 186 186 <table border="0" cellpadding="0" cellspacing="0" class="smallQueryTable"> 187 187 <tr> 188 <th align="center">!</th>189 188 <th align="left">type</th> 190 189 <th align="left">category</th> … … 198 197 $noterecord["category"]=substr($noterecord["category"],0,17)."..."; 199 198 ?><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>201 199 <td><?php echo $noterecord["type"]?></td> 202 200 <td><?php echo $noterecord["category"]?></td>