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.
56 lines
3.5 KiB
56 lines
3.5 KiB
<style type="text/css"> .font-required{ color: red !important; } ul.typeahead { width: 90%; } .twitter-typeahead, .tt-menu {display: block !important;} ul.typeahead >li>a {padding: 5px 20px;} </style>
|
|
<div class="BO_view">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-12">
|
|
<div id="emailassign_template_grid">
|
|
<div class="">
|
|
<table id="emailassign_template_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("email_tpl_name")?></th>
|
|
<th><?=$this->lang->line("email_assigned_events")?></th>
|
|
<th><?=$this->lang->line("email_assigned_status")?></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("email_tpl_name")?></th>
|
|
<th><?=$this->lang->line("email_assigned_events")?></th>
|
|
<th><?=$this->lang->line("email_assigned_status")?></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="emailAssignTemplateForm">
|
|
<!-- Modal content-->
|
|
<div class="panel">
|
|
<div class="has-error font-required" id="help-block-msg" style="font-size: 14px;"></div>
|
|
|
|
<div class="form-group">
|
|
<label for="event_id" class="control-label"><?=$this->lang->line("choose_event")?></label>
|
|
<input type="text" class="form-control typeahead tt-query" autocomplete="off" spellcheck="false" id="event_id" name="event_id" placeholder="<?=$this->lang->line("choose_event")?>" required>
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="email_tpl_id" class="control-label"><?=$this->lang->line("choose_email_template")?></label>
|
|
<input type="text" class="form-control typeahead tt-query" autocomplete="off" spellcheck="false" id="email_tpl_id" name="email_tpl_id" placeholder="<?=$this->lang->line("choose_email_template")?>" required>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|