✏️ 正在编辑: mensagens-opcao-ura.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/callcenter-campanha/mensagens-opcao-ura.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Notificações Configuradas</h1> <div id="filter"> <?php echo $this->form_mensagens_ura; ?> <div class="clear"></div> </div> <div id="view-content"> <table summary="SituacaoCampanha"> <thead> <tr class="top_list"> <th>Opção Ura</th> <th>Departamento ID</th> <th>Mensagem</th> <th></th> </tr> </thead> <tfoot> <tr> <td colspan="4">Quantidade: <?php echo count($this->lista_mensagens) ?></td> </tr> </tfoot> <tbody> <?php if( count($this->lista_mensagens) <= 0 ): ?> <tr> <td colspan="4">Nenhuma mensaagem encontrada.</td> </tr> <?php else: foreach ( $this->lista_mensagens as $mensagem ): ?> <tr> <td><?php echo $mensagem->opcao ?></td> <td><?php echo $mensagem->departamento ?></td> <td><?php echo $mensagem->mensagem ?></td> <td align="center"> <a href="<?php echo $this->url(['action' => 'delete-mensagem-opcao-ura', 'campanha_id' => $mensagem->campanha_id, 'id' => $mensagem->id ]) ?>" class="link_remove"></a> </td> </tr> <?php endforeach; endif ?> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器