✏️ 正在编辑: corretores_bloqueados.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/index/corretores_bloqueados.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h2>Corretores Bloqueados</h2> <div class="container-box"> <table class="aniversariantes-do-dia"> <tbody> <tr> <th style="text-align: left;">ID - NOME</th> <th style="text-align: left;">MOTIVO</th> </tr> <?php foreach ( $this->corretores_bloqueados as $corretor): ?> <tr> <td><?php echo $this->escape($corretor['id']) . ' - ' . $this->escape($corretor['nome']); ?></td> <td><?php echo $this->escape($corretor['motivo']); ?></td> </tr> <?php endforeach; ?> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器