mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:47:34 -05:00 
			
		
		
		
	Merge fixes
This commit is contained in:
		
							parent
							
								
									0d4dcb2ad0
								
							
						
					
					
						commit
						eccb33ab59
					
				@ -160,7 +160,7 @@
 | 
				
			|||||||
      <div class="panel-body">
 | 
					      <div class="panel-body">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <div id="signUpDiv" onkeyup="validateSignUp()" onclick="validateSignUp()" onkeydown="checkForEnter(event)">
 | 
					      <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)
 | 
					        @if (Auth::check() && ! Auth::user()->registered)
 | 
				
			||||||
            {!! Former::populateField('new_first_name', Auth::user()->first_name) !!}
 | 
					            {!! Former::populateField('new_first_name', Auth::user()->first_name) !!}
 | 
				
			||||||
@ -222,6 +222,7 @@
 | 
				
			|||||||
                        ->label(' ') !!}
 | 
					                        ->label(' ') !!}
 | 
				
			||||||
                {!! Former::password('new_password')
 | 
					                {!! Former::password('new_password')
 | 
				
			||||||
                        ->placeholder(trans('texts.password'))
 | 
					                        ->placeholder(trans('texts.password'))
 | 
				
			||||||
 | 
					                        ->autocomplete('new-password')
 | 
				
			||||||
                        ->label(' ') !!}
 | 
					                        ->label(' ') !!}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                {{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }}
 | 
					                {{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }}
 | 
				
			||||||
 | 
				
			|||||||
@ -37,7 +37,7 @@
 | 
				
			|||||||
                        @if ($account->user_id == Auth::user()->id)
 | 
					                        @if ($account->user_id == Auth::user()->id)
 | 
				
			||||||
                            <b>{{ trans('texts.logged_in')}}</b>
 | 
					                            <b>{{ trans('texts.logged_in')}}</b>
 | 
				
			||||||
                        @else
 | 
					                        @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
 | 
					                        @endif
 | 
				
			||||||
                    </td>
 | 
					                    </td>
 | 
				
			||||||
                </tr>
 | 
					                </tr>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user