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.
67 lines
4.5 KiB
67 lines
4.5 KiB
<div class="BO_view">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-12">
|
|
<div id="emaildef_setting_grid">
|
|
<div class="">
|
|
<table id="emaildef_setting_list" class="table-responsive table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%" height="200">
|
|
<thead>
|
|
<tr>
|
|
<th>#</th>
|
|
<th><?=$this->lang->line("email_tpl_type")?></th>
|
|
<th><?=$this->lang->line("delay_before_dispatch")?></th>
|
|
<th><?=$this->lang->line("email_tpl_author")?></th>
|
|
<th><?=$this->lang->line("date_created")?></th>
|
|
<th class="actions"><?=$this->lang->line("actions")?></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
<tfoot>
|
|
<tr>
|
|
<th>#</th>
|
|
<th><?=$this->lang->line("email_tpl_type")?></th>
|
|
<th><?=$this->lang->line("delay_before_dispatch")?></th>
|
|
<th><?=$this->lang->line("email_tpl_author")?></th>
|
|
<th><?=$this->lang->line("date_created")?></th>
|
|
<th class="actions"><?=$this->lang->line("actions")?></th>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Modals -->
|
|
<div id="remote_form" style="display:none;">
|
|
<form role="form" data-toggle="validator" novalidate="novalidate" action="javascript:;" id="emailDefaultSettingsForm">
|
|
<!-- Modal content-->
|
|
<div class="panel">
|
|
<div class="has-error font-required" id="help-block-msg" style="font-size: 14px;"></div>
|
|
|
|
<!-- <div class="form-group" id="number_of_recipients">
|
|
<label for="email_tpl_number_of_recipients" class="control-label"><?=$this->lang->line("email_tpl_number_of_recipients")?></label>
|
|
<input type="number" class="form-control" id="email_tpl_number_of_recipients" name="email_tpl_number_of_recipients" min="1" step="0" data-number-to-fixed="2" data-number-stepfactor="" placeholder="<?=$this->lang->line("email_tpl_number_of_recipients")?>"/>
|
|
</div> -->
|
|
|
|
<div class="form-group">
|
|
<label id="email_tpl_setting_sched_label" for="email_tpl_setting_sched" class="control-label"><?=$this->lang->line("delay_before_dispatch")?></label>
|
|
<input type="number" class="form-control" id="email_tpl_setting_sched" name="email_tpl_setting_sched" min="1" step="0" data-number-to-fixed="2" data-number-stepfactor="" placeholder="<?=$this->lang->line("delay_before_dispatch")?>"/>
|
|
<div class="help-block with-errors"></div>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label id="email_tpl_setting_sched_by_label" for="email_tpl_setting_sched_by" class="control-label"><?=$this->lang->line("delay_time_unit_before_dispatch")?></label>
|
|
<select class="form-control" id="email_tpl_setting_sched_by" name="email_tpl_setting_sched_by">
|
|
<!-- <option disabled selected value="" data-labeling="-- avant l'envoi">-- <?=$this->lang->line("choose")?> --</option> -->
|
|
<option selected value="MINUTES" data-labeling="Nombre de minutes avant l'envoi"> MINUTES </option>
|
|
<option value="HOURS" data-labeling="Nombre d'heures avant l'envoi"> HEURES </option>
|
|
<option value="DAYS" data-labeling="Nombre de jours avant l'envoi"> JOURS </option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|