cleaning duplicated definitions
This commit is contained in:
parent
a5ffc3583d
commit
003651e461
20 changed files with 5816 additions and 561 deletions
|
|
@ -9,8 +9,9 @@
|
|||
{
|
||||
entryNum++;
|
||||
@if (calendar.accessRole=="owner") {
|
||||
<label >
|
||||
<input type="radio" name="GoogleCalendarId" value="@calendar.id" id="cal@entryNum">
|
||||
<label for="cal@entryNum">
|
||||
|
||||
<span style="background-color: @calendar.backgroundColor; foreground-color: @calendar.foregroundColor;">
|
||||
@calendar.summary </span>
|
||||
<i>"@calendar.description"</i>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
locale: 'fr',
|
||||
disabledDates: @Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(Model.BusyDates)),
|
||||
maxDate: '@Model.MaxDate.ToString("MM/dd/yyyy")',
|
||||
minDate: '@Model.MinDate.ToString("MM/dd/yyyy")'
|
||||
minDate: '@Model.MinDate.ToString("MM/dd/yyyy")',
|
||||
format: 'MM/DD/YYYY hh:mm'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue