Add Material Design for Public and Admin

This commit is contained in:
Mathieu Lagace
2019-08-14 15:29:37 -04:00
parent cb3fdc44e2
commit 9f85296cea
960 changed files with 410664 additions and 7451 deletions

View File

@@ -15,16 +15,10 @@
<div class="col col-md-3"><label for="select" class=" form-control-label"> {{ trans('calendar.add_form_event_type')}} </label></div>
<div class="col-12 col-md-9">
<select name="event_type" id="event_type" class="form-control" onchange="switchType()">
<option value="null"> {{trans('calendar.add_form_event_type_select')}} </option>
<option value="regular"> {{trans('calendar.add_form_event_type_instruction')}} </option>
<option value="pilotage"> {{trans('calendar.add_form_event_type_pilotage')}} </option>
<option value="drill"> {{trans('calendar.add_form_event_type_dril')}} </option>
<option value="music"> {{trans('calendar.add_form_event_type_music')}} </option>
<option value="biathlon"> {{trans('calendar.add_form_event_type_biathlon')}} </option>
<option value="marksmanship"> {{trans('calendar.add_form_event_type_marksmanship')}} </option>
<option value="founding"> {{trans('calendar.add_form_event_type_founding')}} </option>
<option value="volunteer"> {{trans('calendar.add_form_event_type_volunteer')}} </option>
<option value="other"> {{trans('calendar.add_form_event_type_other')}} </option>
<option value="null"> {{trans('calendar.add_form_event_type_select')}} </option>
@foreach ($ComplementaryActivity as $activity)
<option value="{{ $activity->id }}"> {{ $activity->name }} </option>
@endforeach
</select>
</div>
</div>