mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 11:59:09 -04:00
Add Material Design for Public and Admin
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user