mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05:00 
			
		
		
		
	Add whitelabel text to 'plain' design
This commit is contained in:
		
							parent
							
								
									c5fcb56ca6
								
							
						
					
					
						commit
						f51d7c99df
					
				@ -8,7 +8,6 @@
 | 
				
			|||||||
<body class="bg-white p-4">
 | 
					<body class="bg-white p-4">
 | 
				
			||||||
	{!! $body !!}
 | 
						{!! $body !!}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
	@if($signature)
 | 
						@if($signature)
 | 
				
			||||||
		<div style="margin-top: 20px">
 | 
							<div style="margin-top: 20px">
 | 
				
			||||||
			{!! $signature !!}
 | 
								{!! $signature !!}
 | 
				
			||||||
@ -20,4 +19,12 @@
 | 
				
			|||||||
	{!! $footer !!}
 | 
						{!! $footer !!}
 | 
				
			||||||
</footer>
 | 
					</footer>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@if(!$whitelabel)
 | 
				
			||||||
 | 
						<div style="display: block; margin-top: 1rem; margin-bottom: 1rem;">
 | 
				
			||||||
 | 
							<a href="https://invoiceninja.com" target="_blank">
 | 
				
			||||||
 | 
								{{ __('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
 | 
				
			||||||
 | 
							</a>
 | 
				
			||||||
 | 
						</div>
 | 
				
			||||||
 | 
					@endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user