some changes to the login page for non authed users. And also added a new layout with the id 6 only for marderchen to fix his async issues with older browsers
This commit is contained in:
33
resources/views/layout6/admin.blade.php
Normal file
33
resources/views/layout6/admin.blade.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<div class="">
|
||||
<div class="panel-body trennleistexd">
|
||||
<form id="attmin" class="form-horizontal" enctype="multipart/form-data" action="/setregmode" method="POST">
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"></input>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="">
|
||||
|
||||
@if($oldsettings->reg == 0)
|
||||
<label for="button" class="control-label">Registrierung ist geschlossen</label>
|
||||
<br />
|
||||
<button type="submit" class="btn btn-primary">
|
||||
Registrierung öffnen
|
||||
</button>
|
||||
@else
|
||||
<label for="button" class="control-label">Registrierung ist offen</label>
|
||||
<br />
|
||||
<button type="submit" class="btn btn-primary">
|
||||
Registrierung schließen
|
||||
</button>
|
||||
@endif
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user