✏️ 正在编辑: ver-cliente.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/callcenter/ver-cliente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Atendimento - <?php echo $this->dados_campanha['nome']; ?><?php echo $this->dados_cliente['hora_agendada'] != null ? " #" . $this->dados_cliente['hora_agendada'] : null; ?></h1> <?php $ns = new Zend_Session_Namespace(); ?> <div id="view-content"> <?php echo $this->tabPane("mytabcontainer", $this->form_cliente, array( 'title' => 'Dados do Cliente' )); ?> <div class="clear"></div> <?php echo $this->tabPane("mytabcontainer", $this->render('callcenter/telefones.phtml'), array( 'title' => 'Telefones' )); ?> <?php echo $this->tabPane("mytabcontainer", $this->render('callcenter/enderecos.phtml'), array( 'title' => 'Endereços' )); ?> <?php echo $this->tabPane("mytabcontainer", $this->render('callcenter/beneficios.phtml'), array( 'title' => 'Benefícios / Matrícula' )); ?> <?php echo $this->tabPane("mytabcontainer", $this->render('callcenter/emprestimos.phtml'), array( 'title' => 'Empréstimos' )); ?> <?php echo $this->tabPane("mytabcontainer", $this->render('callcenter/atendimentos.phtml'), array( 'title' => 'Histórico de Atendimentos' )); ?> <?php echo $this->tabContainer("mytabcontainer", array( 'selected' => $this->tab ), array( 'class' => 'start', 'width' => '300' )) ?> </div>
💾 保存文件
← 返回文件管理器