✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/callcenter-campanha/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Campanha</h1> <div id="view-content"> <?php $this->tabPane("callcenter-campanha-tabs", $this->form, array( 'title' => 'Campanha' )); $this->tabPane("callcenter-campanha-tabs", $this->render('callcenter-campanha/supervisores.phtml'), array( 'title' => 'Supervisores' )); if (Core_Discador_Factory::load() != false) { $this->tabPane("callcenter-campanha-tabs", '', array( 'title' => 'Discador')); } if ($this->id && empty($this->plano)) { $this->tabPane( "callcenter-campanha-tabs", $this->render('callcenter-campanha/estrategia-reprocessamento.phtml'), [ 'title' => 'Estratégia Reprocessamento' ] ); } echo $this->tabContainer("callcenter-campanha-tabs" , array( 'selected' => $this->tab ), array( 'class' => 'start', 'width' => '300' )) ?> </div>
💾 保存文件
← 返回文件管理器