✏️ 正在编辑: add-convenio.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/gerente-promotora/add-convenio.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php echo $this->form_gerente_convenio ?> <div class="clear"></div> <table> <thead> <tr class="top_list"> <td>Convênio</td> <td>Código</td> <td></td> </tr> </thead> <tbody> <?php foreach( $this->convenios as $gerenteConvenio ): ?> <?php $convenio = $gerenteConvenio->findParentRow('Model_DbTable_Convenio'); ?> <tr> <td><?php echo $convenio['nome']; ?></td> <td><?php echo $gerenteConvenio['codigo']; ?></td> <td align="center"><a href="<?php echo $this->url(array( 'action' => 'delete-convenio', 'id' => $gerenteConvenio['id'], 'gerente_id' => $gerenteConvenio['gerente_id'] )) ?>" class="link_remove"></a></td> </tr> <?php endforeach; ?> </tbody> </table>
💾 保存文件
← 返回文件管理器