cleaning duplicated definitions

This commit is contained in:
Paul Schneider 2017-07-03 15:54:18 +02:00
commit 003651e461
20 changed files with 5816 additions and 561 deletions

View file

@ -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>

View file

@ -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>