client-update
changes changes1 page-changes lock color changes-2 footer page toggle-remove display-dropdown changes card-changes card changes-button chnages-article pages page-404-fix breadcrumbs-fix remove drop-down Apply fixes from StyleCI buttons fixes existing-fix changes-3 Apply fixes from StyleCI changes-4
This commit is contained in:
50
resources/views/auth/login.blade.php
Normal file → Executable file
50
resources/views/auth/login.blade.php
Normal file → Executable file
@@ -5,10 +5,9 @@
|
||||
@stop
|
||||
|
||||
@section('breadcrumb')
|
||||
<div class="site-hero clearfix">
|
||||
<ol class="breadcrumb breadcrumb-custom">
|
||||
<li class="text">{!! Lang::get('lang.you_are_here') !!}: </li>
|
||||
<li><a href="{!! URL::route('/') !!}">{!! Lang::get('lang.home') !!}</a></li>
|
||||
<ol class="breadcrumb float-sm-right ">
|
||||
<li class="breadcrumb-item"> <i class="fas fa-home"> </i> {!! Lang::get('lang.you_are_here') !!} : </li>
|
||||
<li><a href="{!! URL::route('post.login') !!}">{!! Lang::get('lang.login') !!}</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
@stop
|
||||
@@ -65,7 +64,7 @@
|
||||
@if($system->status == 1)
|
||||
<span onclick="javascript: window.location.href='{!! URL::route('form') !!}';">
|
||||
<a href="{!! URL::route('form') !!}" class="widgetrowitem defaultwidget" style="background-image:url({{ URL::asset('lb-faveo/media/images/submitticket.png') }})">
|
||||
<span class="widgetitemtitle">{!! Lang::get('lang.submit_a_ticket') !!}</span>
|
||||
<div style="font-size: 13px" class="widgetitemtitle">{!! Lang::get('lang.submit_a_ticket') !!}</div>
|
||||
</a>
|
||||
</span>
|
||||
@endif
|
||||
@@ -87,21 +86,21 @@
|
||||
<script type="text/javascript"> $(function(){ $('.dialogerror, .dialoginfo, .dialogalert').fadeIn('slow');$("form").bind("submit", function(e){$(this).find("input:submit").attr("disabled", "disabled");});});</script>
|
||||
<script type="text/javascript" >try {if (top.location.hostname != self.location.hostname) { throw 1; }} catch (e) { top.location.href = self.location.href; }</script>
|
||||
|
||||
<div class="col-md-6 offset-md-3 form-helper">
|
||||
|
||||
<div class="login-box" style=" width: 490px;" valign = "center">
|
||||
|
||||
<div class="d-flex justify-content-center">
|
||||
|
||||
<div class="login-box" style=" width: 490px;">
|
||||
|
||||
<div class="form-border">
|
||||
|
||||
<div align="center">
|
||||
|
||||
<h4 style="background-color: #0084b4;"> <a href="http://www.faveohelpdesk.com" class="logo">
|
||||
<img src="{{ asset('lb-faveo/media/images/logo.png')}}" width="100px;"></a>
|
||||
</h4>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
<h4 class="box-title" align="center">{{Lang::get('lang.login_to_start_your_session')}}</h4>
|
||||
</div>
|
||||
|
||||
@@ -110,39 +109,38 @@
|
||||
|
||||
<div class="form-group has-feedback {{ $errors->has('email') ? 'has-error' : '' }}" style="display: -webkit-box;">
|
||||
{!! Form::text('email',null,['placeholder'=> Lang::get("lang.email") ,'class' => 'form-control']) !!}
|
||||
<span class="glyphicon glyphicon-envelope form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
|
||||
<span class="far fa-envelope form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
|
||||
</div>
|
||||
|
||||
<div class="form-group has-feedback {{ $errors->has('password') ? 'has-error' : '' }}" style="display: -webkit-box;">
|
||||
|
||||
|
||||
{!! Form::password('password',['placeholder'=>Lang::get("lang.password"),'class' => 'form-control']) !!}
|
||||
<span class="glyphicon glyphicon-lock form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
|
||||
<span class=" fa fa-lock form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button type="submit" class="btn btn-primary btn-block btn-flat">{!! Lang::get("lang.login") !!}</button>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-block btn-flat" STYLE="width: 100%; color: white">{!! Lang::get("lang.login") !!}</button> </div>
|
||||
|
||||
<div class="row mt-2">
|
||||
|
||||
<div class="col-sm-4">
|
||||
<div class="col-sm-5">
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
<label>
|
||||
|
||||
|
||||
<input type="checkbox" name="remember"> {!! Lang::get("lang.remember") !!}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
|
||||
<a href="{{url('password/email')}}">{!! Lang::get("lang.iforgot") !!}</a><br>
|
||||
|
||||
<div class="col-sm-5">
|
||||
|
||||
<a href="{{url('password/email')}}">{!! Lang::get("lang.iforgot") !!}</a><br>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-sm-2">
|
||||
|
||||
|
||||
<a href="{{url('auth/register')}}" class="text-center">{!! Lang::get("lang.register") !!}</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -151,7 +149,7 @@
|
||||
@include('themes.default1.client.layout.social-login')
|
||||
</div>
|
||||
|
||||
{!! Form::close()!!}
|
||||
{!! Form::close()!!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user