Changeset 205 for trunk/phpbms/modules/bms/snapshot.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/snapshot.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/snapshot.php
r204 r205 55 55 <th align="left">Type</th> 56 56 <th align="left" width="100%">Name</th> 57 <th nowrap align="right">Location</th>57 <th nowrap="nowrap" align="right">Location</th> 58 58 </tr> 59 59 <?php … … 66 66 if($displayCSZ==", ") $displayCSZ=" "; 67 67 ?><tr onclick="document.location='<?php echo getAddEditFile(2)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>"> 68 <td align="left" nowrap ><?php echo $therecord["id"]?></td>69 <td align="left" nowrap ><?php echo $therecord["type"]?></td>68 <td align="left" nowrap="nowrap"><?php echo $therecord["id"]?></td> 69 <td align="left" nowrap="nowrap"><?php echo $therecord["type"]?></td> 70 70 <td><?php echo htmlQuotes($therecord["thename"])?></td> 71 <td align="right" nowrap ><?php echo $displayCSZ?></td>71 <td align="right" nowrap="nowrap"><?php echo $displayCSZ?></td> 72 72 </tr><?php }?> 73 73 <tr class="queryfooter"> … … 113 113 $total+=$therecord["total"]; 114 114 $totaldue+=$therecord["amtdue"]; 115 ?><tr on Click="document.location='<?php echo getAddEditFile(3)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>">115 ?><tr onclick="document.location='<?php echo getAddEditFile(3)."?id=".$therecord["id"] ?>'" class="qr<?php echo $i?>"> 116 116 <td><?php echo $therecord["id"]?></td> 117 117 <td nowrap="nowrap"><?php echo $therecord["status"]?></td>