Update templates
This commit is contained in:
parent
f552824e68
commit
7d03ebfa0b
6 changed files with 16 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
@extends ('layouts/main')
|
||||
<section class="f-main f-login">
|
||||
@if ($form = $p->form)
|
||||
<section id="fork-changepass" class="f-main">
|
||||
<div class="f-fdiv f-lrdiv">
|
||||
<h2>{!! __('Change pass') !!}</h2>
|
||||
@if ($form = $p->form)
|
||||
@include ('layouts/form')
|
||||
@endif
|
||||
</div>
|
||||
</section>
|
||||
@endif
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
@yield ('crumbs')
|
||||
</div>
|
||||
@if ($form = $p->form)
|
||||
<section class="f-post-form f-send-email-form">
|
||||
<section id="fork-sendemail" class="f-post-form">
|
||||
<h2>{!! __($p->formTitle) !!}</h2>
|
||||
<div class="f-fdiv">
|
||||
@include ('layouts/form')
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
@extends ('layouts/main')
|
||||
<section class="f-main f-login">
|
||||
@if ($form = $p->form)
|
||||
<section id="fork-login" class="f-main">
|
||||
<div class="f-fdiv f-lrdiv">
|
||||
<h2>{!! __('Login') !!}</h2>
|
||||
@if ($form = $p->form)
|
||||
@include ('layouts/form')
|
||||
@endif
|
||||
</div>
|
||||
@if ($p->regLink)
|
||||
@if ($p->regLink)
|
||||
<div id="fork-lgrglnk" class="f-fdiv f-lrdiv">
|
||||
<div class="f-btns">
|
||||
<a class="f-btn f-fbtn" href="{{ $p->regLink }}">{!! __('Not registered') !!}</a>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
@endif
|
||||
</section>
|
||||
@endif
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@extends ('layouts/main')
|
||||
<section class="f-main f-login">
|
||||
@if ($form = $p->form)
|
||||
<section id="fork-resetpass" class="f-main">
|
||||
<div class="f-fdiv f-lrdiv">
|
||||
<h2>{!! __('Passphrase reset') !!}</h2>
|
||||
@if ($form = $p->form)
|
||||
@include ('layouts/form')
|
||||
@endif
|
||||
</div>
|
||||
</section>
|
||||
@endif
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@extends ('layouts/main')
|
||||
<section class="f-main f-register">
|
||||
@if ($form = $p->form)
|
||||
<section id="fork-reg" class="f-main">
|
||||
<div class="f-fdiv f-lrdiv">
|
||||
<h2>{!! __('Register') !!}</h2>
|
||||
@if ($form = $p->form)
|
||||
@include ('layouts/form')
|
||||
@endif
|
||||
</div>
|
||||
</section>
|
||||
@endif
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
@yield ('crumbs')
|
||||
</div>
|
||||
@if ($form = $p->form)
|
||||
<section class="f-post-form f-report-form">
|
||||
<section id="fork-report" class="f-post-form">
|
||||
<h2>{!! __($p->formTitle) !!}</h2>
|
||||
<div class="f-fdiv">
|
||||
@include ('layouts/form')
|
||||
|
|
Loading…
Add table
Reference in a new issue