Removed unnessary controller functions that just call a view, HTML/CSS consistency updates

This commit is contained in:
2024-04-22 14:27:48 +10:00
parent 001618d719
commit ceffc7ff14
45 changed files with 2009 additions and 2011 deletions

View File

@@ -5,21 +5,19 @@ Move Address
@endsection
@section('content')
<div class="row">
<div class="col-12">
<h1>{{ $o->system->name }} - {{ $o->ftn }}@if($o->system->setup)<sup class="success" style="text-shadow: 0 0; font-size: 50%; top: -1em;">*</sup>@endif</h1>
@if($o->system->setup)<sup class="success" style="float:right;top:-2em;">* This Host</sup>@endif
</div>
</div>
<form class="needs-validation" method="post" novalidate>
@csrf
<div class="row pt-0">
<div class="col-12">
<!-- @todo The list of presented system should only be those that the user can see -->
<div class="greyframe titledbox shadow0xb0">
<h2 class="cap">Move Address</h2>
<div class="row">
<div class="col-12">
<h1>
{{ $o->system->name }} - {{ $o->ftn }}@if($o->system->setup)<sup class="success">*</sup>@endif
@if($o->system->setup)<small class="success float-end">* This Host</small>@endif
</h1>
<form class="row g-0 needs-validation" method="post" novalidate>
@csrf
<!-- @todo The list of presented system should only be those that the user can see -->
<div class="greyframe titledbox shadow0xb0">
<h2 class="cap">Move Address</h2>
<div class="row">
<!-- Choose System -->
@@ -105,10 +103,10 @@ Move Address
</div>
@endcan
</div>
</form>
</div>
</div>
</div>
</div>
</form>
@endsection
@section('page-css')