Skip to content

Commit

Permalink
Switch positions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Oct 5, 2024
1 parent b2acefa commit 22dce3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,6 @@
</div>
</div>
<div class="field">
<div class="control">
<input type="checkbox" name="show_log" value="1" {{ ($user->get('show_log')) ? 'checked' : ''}}>&nbsp;{{ __('app.show_log') }}
</div>
</div>
<div class="field">
<div class="control">
<input type="checkbox" name="show_calendar_view" value="1" {{ ($user->get('show_calendar_view')) ? 'checked' : ''}}>&nbsp;{{ __('app.show_calendar_view') }}
Expand Down Expand Up @@ -922,6 +916,12 @@
</div>
</div>
<div class="field">
<div class="control">
<input type="checkbox" name="show_log" value="1" {{ ($user->get('show_log')) ? 'checked' : ''}}>&nbsp;{{ __('app.show_log') }}
</div>
</div>
<fieldset>
<legend>{{ __('app.last_added_or_updated_plants_hint') }}</legend>
Expand Down

0 comments on commit 22dce3c

Please sign in to comment.