mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge fixes
This commit is contained in:
parent
0d4dcb2ad0
commit
eccb33ab59
@ -160,7 +160,7 @@
|
||||
<div class="panel-body">
|
||||
|
||||
<div id="signUpDiv" onkeyup="validateSignUp()" onclick="validateSignUp()" onkeydown="checkForEnter(event)">
|
||||
{!! Former::open('signup/submit')->addClass('signUpForm')->autocomplete('on') !!}
|
||||
{!! Former::open('signup/submit')->addClass('signUpForm')->autocomplete('off') !!}
|
||||
|
||||
@if (Auth::check() && ! Auth::user()->registered)
|
||||
{!! Former::populateField('new_first_name', Auth::user()->first_name) !!}
|
||||
@ -222,6 +222,7 @@
|
||||
->label(' ') !!}
|
||||
{!! Former::password('new_password')
|
||||
->placeholder(trans('texts.password'))
|
||||
->autocomplete('new-password')
|
||||
->label(' ') !!}
|
||||
|
||||
{{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }}
|
||||
|
@ -37,7 +37,7 @@
|
||||
@if ($account->user_id == Auth::user()->id)
|
||||
<b>{{ trans('texts.logged_in')}}</b>
|
||||
@else
|
||||
{!! Button::primary(trans('texts.unlink'))->withAttributes(['onclick'=>"return showUnlink({$account->id}, {$account->user_id})"]) !!}
|
||||
{{-- Button::primary(trans('texts.unlink'))->withAttributes(['onclick'=>"return showUnlink({$account->id}, {$account->user_id})"]) --}}
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user