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:
noor
2023-04-13 15:32:30 +05:30
committed by RafficMohammed
parent c5b317db7e
commit 92d0f9cd48
62 changed files with 4820 additions and 749 deletions

50
resources/views/auth/login.blade.php Normal file → Executable file
View 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') !!} : &nbsp;</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>

View File

@@ -5,12 +5,10 @@
@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') !!} :&nbsp; </li>
<li><a href="{!! URL::route('/') !!}">{!! Lang::get('lang.forgot_password') !!}</a></li>
</ol>
</div>
@stop
@section('content')
@@ -69,10 +67,9 @@
<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="d-flex justify-content-center">
<div class="login-box" style=" width: 490px;" valign = "center">
<div class="login-box" style=" width: 490px;" >
<div class="form-border">
@@ -98,21 +95,20 @@
<input type="email" class="form-control" name="email" placeholder="{!! Lang::get('lang.email') !!}" value="{{ old('email') }}">
<span class="glyphicon glyphicon-envelope form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
<span class="far fa-envelope text-muted form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
<div class="row">
<div class="col-sm-8">
<div class="col-sm-6">
<a href="{{url('auth/login')}}" class="text-center">{!! Lang::get('lang.i_know_my_password') !!}</a>
</div>
<div class="col-sm-4">
<span class="input-group-btn">
<button type="submit" class="btn btn-primary btn-block btn-flat">{!! Lang::get('lang.send') !!}</button>
<div class="col-sm-6">
<span class="input-group-btn" style="width: 65% ;margin-left: 35%">
<button type="submit" class="btn btn-primary btn-block btn-flat" style="width: 100%; color: white">{!! Lang::get('lang.send') !!}</button>
</span>
<br/>
</div>

View File

@@ -5,16 +5,23 @@
@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>
{{-- <div class="site-hero clearfix">--}}
<ol class="breadcrumb float-sm-right ">
<li class="breadcrumb-item"> <i class="fas fa-home"> </i> {!! Lang::get('lang.you_are_here') !!} : &nbsp;</li>
<li><a href="{!! URL::route('post.register') !!}">{!! Lang::get('lang.register') !!}</a></li>
</ol>
</div>
{{-- </div>--}}
@stop
{{-- <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>--}}
{{-- </div>--}}
@section('content')
@if(Session::has('status'))
<div class="alert alert-success alert-dismissable">
<i class="fas fa-check-circle"> </i> <b> {!! Lang::get('lang.success') !!} </b>
@@ -73,27 +80,26 @@
</span>
</div>
</div>
<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 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>
</div>
<div>
<h3 class="box-title" align="center">{{Lang::get('lang.registration')}}</h3>
</div>
<div class="text-center">
<h3 class="box-title" >{{Lang::get('lang.registration')}}</h3>
</div> </div>
<div>
<placeholder ="Lets set up your account in just a couple of steps.">
</div>
@@ -104,19 +110,19 @@
<div class="form-group has-feedback {{ $errors->has('full_name') ? 'has-error' : '' }}" style="display: -webkit-box;">
{!! Form::text('full_name',null,['placeholder'=>Lang::get('lang.full_name'),'class' => 'form-control']) !!}
<span class="glyphicon glyphicon-user form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
<span class="fas fa-user form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
<!-- Email -->
@if (($email_mandatory->status == 1 || $email_mandatory->status == '1'))
<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 text-muted form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
@elseif (($settings->status == 0 || $settings->status == '0') && ($email_mandatory->status == 0 || $email_mandatory->status == '0'))
<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 text-muted form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
@else
{!! Form::hidden('email', null) !!}
@@ -132,7 +138,7 @@
<div class="col-md-9">
<div class="form-group has-feedback {{ $errors->has('mobile') ? 'has-error' : '' }}" style="display: -webkit-box;">
{!! Form::text('mobile',null,['placeholder'=>Lang::get('lang.mobile'),'class' => 'form-control']) !!}
<span class="glyphicon glyphicon-phone form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
<span class="fas fa-phone form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
</div>
</div>
@@ -145,20 +151,20 @@
<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>
<!-- Confirm password -->
<div class="form-group has-feedback {{ $errors->has('password_confirmation') ? 'has-error' : '' }}" style="display: -webkit-box;">
{!! Form::password('password_confirmation',['placeholder'=>Lang::get('lang.retype_password'),'class' => 'form-control']) !!}
<span class="glyphicon glyphicon-log-in form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
<span class="fas fa-sign-in-alt 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.register') !!}</button>
<button type="submit" class="btn btn-primary btn-block btn-flat" style="width: 100%; hov: #00c0ef; color: #fff">{!! Lang::get('lang.register') !!}</button>
</div>
<div>

View File

@@ -79,7 +79,7 @@
<input type="email" class="form-control" name="email" placeholder="{!! Lang::get('lang.e-mail') !!}" value="{{ $email }}" readonly>
<span class="glyphicon glyphicon-envelope form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
<span class="far fa-envelope text-muted form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
<!-- password -->
@@ -87,7 +87,7 @@
<input type="password" class="form-control" name="password" placeholder="{!! Lang::get('lang.password') !!}">
<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>
<!-- confirm password -->
@@ -95,7 +95,7 @@
<input type="password" class="form-control" name="password_confirmation" placeholder="{!! Lang::get('lang.confirm_password') !!}">
<span class="glyphicon glyphicon-log-in form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
<span class="fas fa-sign-in-alt form-control-feedback" style="top: 9px;left: -25px;color: #6c757d;"></span>
</div>
<!-- Confirm password -->
<div class="form-group">