whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
ma
/
views
/
reports
/
includes
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/modules/ma/views/reports/includes/email_report.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <?php init_head();?> <div id="wrapper"> <div class="content"> <div class="row"> <div class="panel_s"> <div class="panel-body"> <h4 class="no-margin font-bold"><?php echo _l($title); ?></h4> <a href="<?php echo admin_url('ma/reports'); ?>"><?php echo _l('back_to_report_list'); ?></a> <?php echo form_hidden('timezone', date_default_timezone_get()); ?> <hr /> <div id="container_chart"></div> <table class="table table-email-logs mtop25"> <thead> <th><?php echo _l('time'); ?></th> <th><?php echo _l('email_template'); ?></th> <th><?php echo _l('lead_name'); ?></th> <th><?php echo _l('email'); ?></th> <th><?php echo _l('delivery'); ?></th> <th><?php echo _l('open'); ?></th> <th><?php echo _l('click'); ?></th> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> <!-- box loading --> <div id="box-loading"></div> <?php init_tail(); ?> </body> </html>
Copyright ©2021 || Defacer Indonesia