✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/cliente/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Cliente</h1> <div id="view-content"> <?php $this->tabPane("mytabcontainer", $this->form, array( 'title' => 'Identificação' )); if( $this->form->getValue('id') > 0 ): $this->tabPane("mytabcontainer", $this->render('cliente/contratos.phtml'), array( 'title' => 'Contratos' )); $this->tabPane("mytabcontainer", $this->render('prospecto/contatos.phtml'), array( 'title' => 'Contatos' )); $this->tabPane("mytabcontainer", $this->render('cliente/anexos.phtml'), array( 'title' => 'Anexos' )); endif; echo $this->tabContainer("mytabcontainer" , array( 'selected' => $this->tab ), array( 'class' => 'start', 'width' => '300' )) ?> </div>
💾 保存文件
← 返回文件管理器