✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/callcenter-base/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Cadastrar base</h1> <h2 class="sub_tit_local">Cliente: <?= $this->cliente['nome'] ?>, Idade: <?= $this->idade($this->cliente['data_nascimento']) ?></h2> <div id="view-content"> <?php echo $this->tabPane("mytabcontainer", $this->formCliente, array( 'title' => 'Dados do Cliente' )); if($this->cliente): echo $this->tabPane("mytabcontainer", $this->render('callcenter-base/telefones.phtml'), array( 'title' => 'Telefones' )); echo $this->tabPane("mytabcontainer", $this->render('callcenter-base/enderecos.phtml'), array( 'title' => 'Endereços' )); echo $this->tabPane("mytabcontainer", $this->render('callcenter/emprestimos.phtml'), array( 'title' => 'Empréstimos' )); echo $this->tabPane("mytabcontainer", $this->render('callcenter/beneficios.phtml'), array( 'title' => 'Matrículas / NB' )); echo $this->tabPane("mytabcontainer", $this->render('callcenter/_fgts.phtml'), array( 'title' => 'Saldo FGTS' )); echo $this->tabPane("mytabcontainer", $this->render('callcenter/atendimentos.phtml'), array( 'title' => 'Histórico' )); echo $this->tabPane("mytabcontainer", $this->render('callcenter/mensagens.phtml'), array( 'title' => 'Marketing' )); endif; echo $this->tabContainer("mytabcontainer", array( 'selected' => $this->tab ), array( 'class' => 'start', 'width' => '300' )); ?> </div>
💾 保存文件
← 返回文件管理器