mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 01:57:30 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
 | |
|     <div class="center">
 | |
|         <p>{{ ctrans('texts.confirmation_message') }}</p>
 | |
| 
 | |
|         <div>
 | |
|             <!--[if (gte mso 9)|(IE)]>
 | |
|                 <table align="center" cellspacing="0" cellpadding="0" style="width: 600px;">
 | |
|                     <tr>
 | |
|                         <td align="center" valign="top">
 | |
|                             <![endif]-->        
 | |
|                             <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" >
 | |
|                                 <tbody>
 | |
|                                     <tr>
 | |
|                                     <td align="center" class="new_button" style="border-radius: 2px; background-color: '.$this->settings->primary_color.'">
 | |
|                                         <a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="new_button" style="text-decoration: none; border: 1px solid '.$this->settings->primary_color.'; display: inline-block; border-radius: 2px; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; font-size: 20px; color: #fff">
 | |
|                                         <singleline label="cta button">{{ ctrans('texts.confirm') }}</singleline>
 | |
|                                         </a>
 | |
|                                     </td>
 | |
|                                     </tr>
 | |
|                                 </tbody>
 | |
|                             </table>
 | |
|                             <!--[if (gte mso 9)|(IE)]>
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                 </table>
 | |
|             <![endif]-->
 | |
|         </div>
 | |
| 
 | |
|     </div>
 | |
| @endcomponent
 |