PluginProbe ʕ •ᴥ•ʔ
LatePoint – Calendar Booking Plugin for Appointments and Events / 5.2.2
LatePoint – Calendar Booking Plugin for Appointments and Events v5.2.2
5.6.7 5.6.6 5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.1.91 5.1.92 5.1.93 5.1.94 5.2.0 5.2.1 5.2.10 5.2.11 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.2 5.4.0 5.4.1
latepoint / lib / views / mailers / layouts / default.html
latepoint / lib / views / mailers / layouts Last commit date
default.html 1 year ago
default.html
16 lines
1 <div style="padding: 20px; background-color: #f0f0f0; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;">
2 <div style="background-color: #fff; padding: 30px; margin: 0px auto; max-width: 450px; box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.2); border-radius: 6px;">
3 <div style="margin: 0px auto 30px auto; border-bottom: 1px solid #eee; padding-bottom: 20px;">
4 <table style="width: 100%;">
5 <tr>
6 <td>{{business_logo_image}}</td>
7 <td style="text-align: right;"><span style="color: #7b7b7b;">Questions?</span><br/><strong>{{business_phone}}</strong></td>
8 </tr>
9 </table>
10 </div>
11 <div style="font-size: 16px; line-height: 1.5;">
12 {{content}}
13 </div>
14 </div>
15 <div style="max-width: 450px; margin: 10px auto; text-align: center;">{{business_address}}</div>
16 </div>