Changeset 135 for trunk/phpbms/datepicker.php
- Timestamp:
- 10/19/06 22:38:43 (6 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/datepicker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/datepicker.php
r117 r135 58 58 <tr> 59 59 <td colspan=6 class="dpHead"><?php echo date("F, Y",$thedate)?></td> 60 <td class="dpHead"><button type="butt ton" class="invisibleButtons" id="DPCancel" onClick="closeDPBox();"><img src="<?php echo $_SESSION["app_path"] ?>common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/image/button-x.png" align="absmiddle" alt="x" width="16" height="16" border="0" /></button></td>60 <td class="dpHead"><button type="button" class="graphicButtons buttonX" id="DPCancel" onclick="closeDPBox();"><span>x</span></button></td> 61 61 </tr> 62 62 <tr>