Skip to content

Commit

Permalink
Don't open this by default
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Nov 12, 2023
1 parent 851d8a4 commit 428a7be
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions resources/views/inputs/full.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1386,13 +1386,15 @@ class="icon-question-sign"></i></a></label>
<!---------------------------------------------->

<div class='wrap-collapsible card settings-events'>
<input id="collapsible_events" class="toggle" type="checkbox" checked>
<label for="collapsible_events" class="lbl-toggle py-2 px-3 card-header"><i
class="mr-2 fas fa-calendar-check"></i> Events <a target="_blank" data-pt-position="right"
data-pt-title='More Info: Events'
href='{{ helplink('events') }}'
class="wiki protip"><i
class="icon-question-sign"></i></a></label>
<input id="collapsible_events" class="toggle" type="checkbox">
<label for="collapsible_events" class="lbl-toggle py-2 px-3 card-header">
<i class="mr-2 fas fa-calendar-check"></i> Events
<a target="_blank" data-pt-position="right"
data-pt-title='More Info: Events'
href='{{ helplink('events') }}'
class="wiki protip">
<i class="icon-question-sign"></i></a>
</label>
<div class="collapsible-content card-body">

<button type="button" class="btn btn-secondary col-12 mb-2" x-data @click="$dispatch('open-events-manager')">Manage Events</button>
Expand Down

0 comments on commit 428a7be

Please sign in to comment.