- fix [ 1377276 ] Calendar Pop up issue
This commit is contained in:
parent
dba6b74a17
commit
da85d2b3c1
2 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue