✏️ 正在编辑: clonar.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/proposta/clonar.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Proposta</h1> <div id="view-content"> <?php echo $this->tabPane("mytabcontainer", $this->form, array('title' => 'Proposta')); if ($this->form->getElement('id')->getValue()): $this->tabPane("mytabcontainer", $this->render('proposta/historico-pendencias.phtml'), array('title' => 'Histórico de Pendências')); $this->tabPane('mytabcontainer', $this->render('proposta/add-documento.phtml'), array( 'title' => 'Outros Documentos' )); endif; echo $this->tabContainer("mytabcontainer", array('selected' => $this->tab), array('class' => 'start', 'width' => '300')); ?> </div>
💾 保存文件
← 返回文件管理器