✏️ 正在编辑: operador-campanhas.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/operador-campanhas.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Campanhas</h1> <div id="view-content"> <?php echo $this->form; ?> <br class="clear" /> <div id="view-content"> <?php if ($this->campanhas): ?> <table summary="Tabelas"> <thead> <tr class="top_list"> <th>Campanhas vinculadas</th> </tr> </thead> <tbody> <?php if (count($this->campanhas) <= 0): ?> <tr> <td>Nenhuma tabela encontrada.</td> </tr> <?php else: foreach ($this->campanhas as $campanha): $camp = $campanha->findParentRow('Model_DbTable_CallcenterCampanha'); ?> <tr> <td><?php echo $camp['nome']; ?></td> </tr> <?php endforeach; ?> <?php endif; ?> </tbody> </table> <?php endif; ?> </div> <br /> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器