PluginProbe
Fluent Support – Helpdesk & Customer Support Ticket System / 1.4.5
Fluent Support – Helpdesk & Customer Support Ticket System v1.4.5
2.4.0 2.3.2 2.3.1 2.3.0 2.2.1 2.2.0 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.4.0 1.4.1 1.4.2 1.4.5 1.4.6 1.4.7 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 68 releases
fluent-support / app / views / emails / ticket_template.php

ticket_template.php in Fluent Support – Helpdesk & Customer Support Ticket System 1.4.5, at app/views/emails/ticket_template.php

27 lines 736 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!doctype html>
2 <html <?php language_attributes(); ?>>
3 <head>
4 <!--[if gte mso 15]>
5 <xml>
6 <o:OfficeDocumentSettings>
7 <o:AllowPNG/>
8 <o:PixelsPerInch>96</o:PixelsPerInch>
9 </o:OfficeDocumentSettings>
10 </xml>
11 <![endif]-->
12 <meta charset="<?php bloginfo( 'charset' ); ?>">
13 <meta name="viewport" content="width=device-width, initial-scale=1.0" >
14 <link rel="profile" href="https://gmpg.org/xfn/11">
15 <meta http-equiv="X-UA-Compatible" content="IE=edge">
16 </head>
17 <body>
18 <div class="fs_comment">
19 <?php echo $email_body; ?>
20 </div>
21
22 <div style="color: #9e9e9e; margin: 10px 0 14px 0; padding-top: 10px;border-top: 1px solid #eeeeee;">
23 <?php echo $email_footer; ?>
24 </div>
25 </body>
26 </html>
27