- fix [ 1377276 ] Calendar Pop up issue

This commit is contained in:
Matthew Wilson 2005-12-12 05:11:38 +00:00
parent dba6b74a17
commit da85d2b3c1
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
- fix [ 1378493 ] 6.7.8 collab post edits (images) - fix [ 1378493 ] 6.7.8 collab post edits (images)
- Fixed bug where viewProfile did not show pretty printed values - Fixed bug where viewProfile did not show pretty printed values
- fix [ 1344146 ] deleting recurring events doesn't work - fix [ 1344146 ] deleting recurring events doesn't work
- fix [ 1377276 ] Calendar Pop up issue
- Fixed bug/rfe where it was not obvious when hovering over the rank - Fixed bug/rfe where it was not obvious when hovering over the rank
column in the Asset Manager that you can drag rows up and down. column in the Asset Manager that you can drag rows up and down.
Added cursor:move to the td's style. Added cursor:move to the td's style.

View file

@ -155,6 +155,7 @@ sub toHtml {
inputField : "'.$self->{id}.'", inputField : "'.$self->{id}.'",
ifFormat : "%Y-%m-%d", ifFormat : "%Y-%m-%d",
showsTime : false, showsTime : false,
step : 1,
timeFormat : "12", timeFormat : "12",
mondayFirst : '.$mondayFirst.' mondayFirst : '.$mondayFirst.'
}); });