PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.38
Timetics – Appointment Booking Calendar & Scheduling v1.0.38
1.0.62 1.0.63 1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 All 64 releases
← All changes | templates/emails/new-staff.php +3 -4 1.0.63 → 1.0.38 View file →
@@ -1,5 +1,4 @@
1 -<?php defined( 'ABSPATH' ) || exit; ?>
2 1 <div class="email-wrapper" style="margin-bottom: 30px; background-color: #f4f5f7; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji', sans-serif;">
3 2 <div style="max-width: 600px; margin: 0 auto;">
4 3 <div class="email-content" style="padding: 40px; background-color: #ffffff; border-radius: 0 0 12px 12px; border-top: 4px solid #3161F1; margin-bottom: 40px;">
5 4 <?php do_action('timetics_email_header') ;?>
@@ -21,9 +20,9 @@
21 20 </p>
22 21 <table cellspacing="0" cellpadding="0" border="0" style="margin: 30px 0 40px;">
23 22 <tr>
24 23 <td style="padding-right: 10px;">
25 - <a style="padding:9px 11px 10px 11px; border-radius: 5px; font-weight: 600; font-size: 13px; border: 1px solid #D8DCE2; text-decoration: none; color: #3161F1; text-align: center;" href="<?php echo esc_url( $timetics_reset_url ); ?>"><?php esc_html_e( 'Verify email and get started', 'timetics' ); ?></a>
24 + <a style="padding:9px 11px 10px 11px; border-radius: 5px; font-weight: 600; font-size: 13px; border: 1px solid #D8DCE2; text-decoration: none; color: #3161F1; text-align: center;" href="<?php echo esc_url( $reset_url ); ?>"><?php esc_html_e( 'Verify email and get started', 'timetics' ); ?></a>
26 25 </td>
27 26 </tr>
28 27 </table>
29 28 <p style="color: #556880; margin-bottom: 5px"><?php esc_html_e( 'This link is valid for 24 hours', 'timetics' ); ?></p>
@@ -29,9 +28,9 @@
29 28 <p style="color: #556880; margin-bottom: 5px"><?php esc_html_e( 'This link is valid for 24 hours', 'timetics' ); ?></p>
30 29 <p style="font-weight: 400; font-size: 14px; color: #556880; margin: 0;"><?php echo esc_html__('Thank you!', 'timetics'); ?></p>
31 30 </div>
32 31 <?php
33 - $timetics_customer_email = !empty( $timetics_customer_email ) ? $timetics_customer_email : '' ;
34 - do_action( 'timetics_email_footer', $timetics_customer_email );
32 + $customer_email = !empty( $customer_email ) ? $customer_email : '' ;
33 + do_action( 'timetics_email_footer', $customer_email );
35 34 ?>
36 35 </div>
37 36 </div>