Projekt

Obecné

Profil

« Předchozí | Další » 

Revize aee27358

Přidáno uživatelem Marek Zábran před asi 4 roky(ů)

Issue #7849 @1.5h
Předělání fontů na proměnné.
Přidání špedlíku v loginu u špatného hesla/mailu - ještě je špatně odsazení textu a celého špendlíku + je třeba to samé dát do registrace.
Předělání ostatních chybových hlášek (e-mail nesedící na e-mail reg-exe) zatím chybí.

Zobrazit rozdíly:

resources/views/auth/login.blade.php
26 26
                            <div class="col-md-6">
27 27
                                <input id="email" type="email" class="form-control text2 @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus>
28 28

  
29
                                @error('email')
30
                                    <span class="invalid-feedback" role="alert">
31
                                        <strong>{{ $message }}</strong>
32
                                    </span>
33
                                @enderror
29

  
34 30
                            </div>
35 31
                        </div>
36 32

  
......
40 36
                            <div class="col-md-6">
41 37
                                <input id="password" type="password" class="form-control text2 @error('password') is-invalid @enderror" name="password" required autocomplete="current-password">
42 38

  
43
                                @error('password')
44
                                    <span class="invalid-feedback" role="alert">
45
                                        <strong>{{ $message }}</strong>
46
                                    </span>
47
                                @enderror
39

  
48 40
                            </div>
49 41
                        </div>
50 42

  
......
71 63
                                    </a>
72 64
                                @endif --}}
73 65
                            </div>
66

  
67
                            <div class="col-md-6 offset-md-2">
68
                             @error('email')
69
                                <span class="text white pin-left" role="alert">
70
                                             <text>{{ $message }}</text>
71
                                </span>
72
                             @enderror
73

  
74
                             @error('password')
75
                                <span class="text white pin-left" role="alert">
76
                                            <text>{{ $message }}</text>
77
                                </span>
78
                             @enderror
79
                            </div>
74 80
                    </form>
75 81
                </div>
76 82
            </div>

Také k dispozici: Unified diff