✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Corretor <?php echo !empty($this->dados_corretor['nome']) ? " #" . $this->dados_corretor['id'] . " - " . $this->dados_corretor['nome'] : ""; ?></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('corretor/add-documento.phtml'), array( 'title' => 'Documentos' )); $this->tabPane('mytabcontainer', $this->render('corretor/add-email-adicional.phtml'), array( 'title' => 'Email Adicional' )); $this->tabPane('mytabcontainer', $this->render('corretor/add-senha.phtml'), array( 'title' => 'Código Usuário' )); $this->tabPane('mytabcontainer', $this->render('corretor/protocolos.phtml'), array( 'title' => 'Pagamentos' )); $this->tabPane('mytabcontainer', $this->render('corretor/campanhas.phtml'), array( 'title' => 'Saldo de Campanha' )); $this->tabPane('mytabcontainer', $this->render('corretor/add-credito.phtml'), array( 'title' => 'Consulta Hiscon' )); $this->tabPane('mytabcontainer', $this->render('corretor/metas.phtml'), array( 'title' => 'Projeção de Comissão' )); $this->tabPane('mytabcontainer', $this->render('corretor/prazo-fisico.phtml'), array( 'title' => 'Prazo de físico' )); $this->tabPane('mytabcontainer', $this->render('corretor/bancos-atribuidos.phtml'), array( 'title' => 'Bancos Atribuídos' )); if( $this->check_operador ){ $this->tabPane('mytabcontainer', $this->render('corretor/metas_operador.phtml'), array( 'title' => 'Metas' )); } endif; echo $this->tabContainer('mytabcontainer' , array( 'selected' => 0 ), array( 'class' => 'start', 'width' => '300' )) ?> <div class="clear"></div> <input type="text" id="link_proposta_corretor" style="color: white; border: none; height: 0px" value='<?php echo Core_Link::criaLink("http://{$_SERVER['HTTP_HOST']}{$this->baseURL()}/proposta-cliente", "corretor_id={$this->form->getValue('id')}"); ?>'> </div>
💾 保存文件
← 返回文件管理器