✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/banco/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Banco</h1> <div id="view-content"> <?php $this->tabPane("mytabcontainer", $this->form, ['title' => 'Identificação']); if ($this->form->getValue('id') > 0): $this->tabPane("mytabcontainer", $this->render('banco/comissao.phtml'), ['title' => 'Comissão']); $this->tabPane("mytabcontainer", $this->render('banco/status-meta.phtml'), ['title' => 'Status Meta']); $this->tabPane("mytabcontainer", $this->render('banco/bancos-vinculados.phtml'), ['title' => 'Bancos Vinculados']); $this->tabPane("mytabcontainer", $this->render('banco/tipos-formalizacao.phtml'), ['title' => 'Tipos Formalização']); endif; echo $this->tabContainer("mytabcontainer" , ['selected' => $this->tab], ['class' => 'start', 'width' => '300']) ?> </div>
💾 保存文件
← 返回文件管理器