You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
2.2 KiB

<!-- email template -->
<form id="form_resend_email" name="form_resend_email">
<!-- Assign email templates for event or event schedules-->
<div class="modal fade " id="resend_email">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" onclick="event_resend_email.onreset(false);" >&times;</button>
<h4 class="modal-title"><?=$this->lang->line('resend_email_modal_title')?></h4>
</div>
<div class="modal-body">
<input type="hidden" name="event_schedule_id" id="event_schedule_id">
<input type="hidden" name="email_type_id" id="email_type_id">
<table id="resend_email_table" class="table-responsive table table-striped table-bordered dt-responsive" cellspacing="0" width="100%">
<thead>
<tr>
<th> Select All &nbsp;<input type="checkbox" onclick="event_resend_email.check_uncheck(this, '01');" name="select-all-send" value="1" class="ref-ids-01" id="select-all-send" style="cursor: pointer;"></th>
<th><?=$this->lang->line('resend_email_lastname')?></th>
<th><?=$this->lang->line('resend_email_firstname')?></th>
<th><?=$this->lang->line('resend_email_email')?></th>
<th><?=$this->lang->line('resend_email_status')?></th>
</tr>
</thead>
<tbody id="templates_body">
</tbody>
</table>
</div>
<div class="modal-footer">
<button type="button" id="btn_resend_email_close" class="btn btn-default" data-dismiss="modal"><?=$this->lang->line('resend_email_btn_close')?></button>
<button type="button" id="btn_resend_email_send" class="btn btn-primary"><?=$this->lang->line('resend_email_btn_send')?></button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- event schedule -->
</form>