✏️ 正在编辑: view-status-meta.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/view-status-meta.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local"></h1> <div id="view-content"> <?php echo $this->form; ?> </div> <div id="view-content"> <table> <thead> <tr class="top_list"> <th>Status Proposta</th> <th></th> </tr> </thead> <tbody> <?php if( count($this->status_proposta) > 0 ): ?> <?php foreach ( $this->status_proposta as $statusProposta ): ?> <?php $nome = $statusProposta->findParentRow("Model_DbTable_Tipos"); ?> <tr> <td><?php echo $nome['descricao']; ?></td> <td align="center"><a href="<?php echo $this->url(array( 'action' => 'delete-status', 'meta_id' => $statusProposta['corretor_meta_id'], 'id' => $statusProposta['id'])); ?>" class="link_remove"></a> </td> </tr> <?php endforeach; endif; ?> </tbody> </table> <input type="button" onclick="window.close()" value="Fechar" class="bt_back"/> </div>
💾 保存文件
← 返回文件管理器