✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/campanha/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Campanha</h1> <!-- <div id="view-content"> <?php echo $this->form; ?> </div> --> <div id="view-content"> <?php $this->tabPane("mytabcontainer", $this->render('campanha/identificacao.phtml'), array( 'title' => 'Identificação' )); ?> <?php if( $this->form->getValue('id') > 0 ){ $this->tabPane("mytabcontainer", $this->render('campanha/convenios.phtml'), array( 'title' => 'Convênio' )); $this->tabPane("mytabcontainer", $this->render('campanha/tabelas.phtml'), array( 'title' => 'Tabelas' )); $this->tabPane("mytabcontainer", $this->render('campanha/status.phtml'), array( 'title' => 'Status' )); $this->tabPane("mytabcontainer", $this->render('campanha/faixa-valores.phtml'), array( 'title' => 'Faixas' )); $this->tabPane("mytabcontainer", $this->render('campanha/regras.phtml'), array( 'title' => 'Regras' )); } ?> <?php echo $this->tabContainer("mytabcontainer" , array( 'selected' => $this->tab ), array( 'class' => 'start', 'width' => '300' )); ?> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器