mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
<div class="col-12 col-md-9"><textarea name="event_desc" id="event_desc" rows="9" placeholder="{{ trans('calendar.add_form_event_desc_placeholder') }}" class="form-control">{{ $RequestSchedule->data['event_desc'] }}</textarea>
|
||||
<small class="form-text text-muted"> {{trans('calendar.add_form_event_desc_help')}}</small></div>
|
||||
</div>
|
||||
|
||||
|
||||
@if ($RequestSchedule->type == "regular")
|
||||
<!-- Special section ONLY for regular event type -->
|
||||
<div id="special_section" style="display: none">
|
||||
<div class="row form-group">
|
||||
@@ -327,6 +328,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
<div class="card-footer">
|
||||
<button type="submit" class="btn btn-primary btn-sm">
|
||||
<i class="fa fa-dot-circle-o"></i> Submit
|
||||
|
||||
Reference in New Issue
Block a user