✏️ 正在编辑: email-configuracao.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/chamado/email-configuracao.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">E-mail configuração</h1> <div id="view-content"> <?php echo $this->form; ?> </div> <div class="clear"></div> <table> <thead> <tr class="top_list"> <th>Tipo</th> <th>E-mail</th> <th>Descrição</th> <th></th> </tr> </thead> <?php foreach ( $this->emails as $email ): ?> <tr> <td><?php echo $email->tipo; ?></td> <td><?php echo $email->email; ?></td> <td><?php echo $email->nome; ?></td> <td align="center"><a href="<?php echo $this->url(array( 'action' => 'email-configuracao', 'id' => $email->id, 'delete' => true)) ?>" class="link_remove"></a></td> </tr> <?php endforeach; ?> </table>
💾 保存文件
← 返回文件管理器