Changeset 204 for trunk/phpbms/modules/bms/snapshot.php
- Timestamp:
- 03/26/07 15:07:58 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/snapshot.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/snapshot.php
r193 r204 4 4 $LastChangedDate$ 5 5 +-------------------------------------------------------------------------+ 6 | Copyright (c) 200 5, Kreotek LLC|6 | Copyright (c) 2004 - 2007, Kreotek LLC | 7 7 | All rights reserved. | 8 8 +-------------------------------------------------------------------------+ … … 52 52 ?><table border="0" cellpadding="0" cellspacing="0" class="querytable"> 53 53 <tr> 54 <th align=" center">ID</th>55 <th align=" center">Type</th>54 <th align="left">ID</th> 55 <th align="left">Type</th> 56 56 <th align="left" width="100%">Name</th> 57 57 <th nowrap align="right">Location</th> … … 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=" center"><?php echo $therecord["id"]?></td>69 <td align=" center"><?php echo $therecord["type"]?></td>68 <td align="left" nowrap><?php echo $therecord["id"]?></td> 69 <td align="left" nowrap><?php echo $therecord["type"]?></td> 70 70 <td><?php echo htmlQuotes($therecord["thename"])?></td> 71 71 <td align="right" nowrap><?php echo $displayCSZ?></td> … … 100 100 <tr> 101 101 <th align="left">ID</th> 102 <th align=" center">Status</th>102 <th align="left">Status</th> 103 103 <th width="100%" align="left">Name</th> 104 104 <th align="right">Total</th> … … 115 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 <td align=center><?php echo $therecord["status"]?></td>117 <td nowrap="nowrap"><?php echo $therecord["status"]?></td> 118 118 <td><?php echo htmlQuotes($therecord["thename"])?></td> 119 119 <td align="right"><?php echo numberToCurrency($therecord["total"])?></td>