mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
Update currently selected Add alarm time when start time changes
This commit is contained in:
parent
1ece2bb4f0
commit
7a342ba56d
@ -1062,6 +1062,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
recur_end.set_min(widget.getValue());
|
||||
}
|
||||
}
|
||||
// Update currently selected alarm time
|
||||
this.alarm_custom_date();
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -607,7 +607,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
/* alarm_date widget disabled class
|
||||
*/
|
||||
.calendar_alarm_date_display {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
/*overwirte margin applied by egwGridView*/
|
||||
.calendar_alarm_grid{
|
||||
|
@ -341,7 +341,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
width: calc(100% - 58px);
|
||||
margin-left: 58px;
|
||||
color: white;
|
||||
background-color: #0C5DA5;
|
||||
background-color: #2D6393;
|
||||
text-align: center;
|
||||
line-height: 1.5em;
|
||||
font-size: 14px;
|
||||
@ -601,7 +601,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
/* alarm_date widget disabled class
|
||||
*/
|
||||
.calendar_alarm_date_display {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
/*overwirte margin applied by egwGridView*/
|
||||
.calendar_alarm_grid {
|
||||
|
Loading…
Reference in New Issue
Block a user