poprawki widoków, ujednolicenie etykiet przycisków
This commit is contained in:
parent
9b3d39ed7f
commit
91e58e2187
@ -27,7 +27,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zatwierdź</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Utwórz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zatwierdź</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zapisz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -59,7 +59,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Submit</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Utwórz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Edytuj</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zapisz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -95,7 +95,7 @@
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Submit</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zapisz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -94,7 +94,7 @@
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Submit</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Utwórz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -11,6 +11,9 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if( auth()->check())
|
||||
Jesteś już zalogowany.
|
||||
@else
|
||||
<h2>Zaloguj się</h2>
|
||||
|
||||
<form method="POST" action="/login">
|
||||
@ -21,7 +24,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="password">Password:</label>
|
||||
<label for="password">Hasło:</label>
|
||||
<input type="password" class="form-control" id="password" name="password">
|
||||
</div>
|
||||
|
||||
@ -32,5 +35,5 @@
|
||||
</form>
|
||||
|
||||
<a href="/forgottenPassword">Nie pamiętam hasła<a>
|
||||
|
||||
@endif
|
||||
@endsection
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
@section('center-area')
|
||||
@parent
|
||||
<h2>Register</h2>
|
||||
<h2>Rejestracja</h2>
|
||||
<form method="POST" action="/register">
|
||||
{{ csrf_field() }}
|
||||
<div class="form-group">
|
||||
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Submit</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zarejestruj</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -120,7 +120,7 @@
|
||||
title: "Podaj nową nazwę",
|
||||
width: 'auto',
|
||||
input: 'text',
|
||||
confirmButtonText: 'Tak',
|
||||
confirmButtonText: 'Zapisz',
|
||||
cancelButtonText: 'Anuluj',
|
||||
showCancelButton: true,
|
||||
inputValidator: (value) => {
|
||||
|
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zatwierdź</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zapisz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -120,7 +120,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zatwierdź</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Utwórz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
@ -123,7 +123,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zatwierdź zmiany</button>
|
||||
<button style="cursor:pointer" type="submit" class="btn btn-primary">Zapisz</button>
|
||||
</div>
|
||||
@include('inc.formerrors')
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user