plugin updates
This commit is contained in:
@@ -310,7 +310,7 @@
|
||||
|
||||
</li>
|
||||
@endforeach
|
||||
|
||||
@else
|
||||
|
||||
<?php \Event::fire('service.desk.agent.sidebar', array()); ?>
|
||||
@endif
|
||||
|
@@ -166,6 +166,7 @@
|
||||
<div class="form-group has-feedback @if(isset($errors)) {!! $errors->has('password') ? 'has-error' : '' !!} @endif">
|
||||
{!! Form::password('password',['placeholder'=>Lang::get('lang.password'),'class' => 'form-control']) !!}
|
||||
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
|
||||
<?php \Event::fire('auth.login.form'); ?>
|
||||
<a href="{{url('password/email')}}" style="font-size: .8em" class="pull-left">{!! Lang::get('lang.forgot_password') !!}</a>
|
||||
</div>
|
||||
<div class="form-group pull-left">
|
||||
|
Reference in New Issue
Block a user