✏️ 正在编辑: baixar-pagamento.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/contrato/baixar-pagamento.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Baixar Pagamento de Comissão - Corretor</h1> <div id="view-content"> <?php echo $this->form; ?> <?php if(count($this->contratos_nao_gerados) > 0): ?> <h2 class="tit_local" style="clear:both">Alguns protocolos não puderam ser gerados: </h2> <table class="result_content"> <thead><tr class="top_list"><th>Motivo: </th></tr></thead> <?php foreach( $this->contratos_nao_gerados as $status ): ?> <tr><td><?php echo $status['motivo']; ?></td></tr> <?php endforeach; ?> </table> <?php endif; ?> </div>
💾 保存文件
← 返回文件管理器