✏️ 正在编辑: oportunidades-negocios.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/automatizacao/oportunidades-negocios.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Configuração de Oportunidades Negócios</h1> <div id="filter"> <?php echo $this->form; ?> <div class="clear"></div> </div> <div id="view-content"> <?php if (!$this->filtros->isEmpty()): ?> <table class="table-container"> <thead> <tr class="top_list"> <td>Nome do Filtro</td> <td></td> </tr> </thead> <tbody> <?php foreach ($this->filtros as $filtro): ?> <tr> <td><?php echo $filtro->descricao; ?></td> <td align="right"><a href="<?php echo domain($this->edit . '/id/' .$filtro->getId()) ?>" class="link_edit"></a></td> </tr> <?php endforeach; ?> </tbody> </table> <?php endif; ?> </div>
💾 保存文件
← 返回文件管理器