✏️ 正在编辑: importar-base.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/callcenter-campanha/importar-base.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Importar Base de Dados</h1> <div id="view-content"> <?php echo $this->form; ?> <div class="clear"></div> <h2 class="tit_local">Não importados</h2> <table class="result_content" id="call_center_nao_import"> <thead> <tr class="top_list"> <th>CPF</th> <th>Motivo</th> </tr> </thead> <tbody> <?php if (count($this->nao_importados)): foreach ($this->nao_importados as $cliente): ?> <tr> <td><?php echo $cliente['cpf']; ?></td> <td><?php echo $cliente['motivo']; ?></td> </tr> <?php endforeach; endif; ?> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器