✏️ 正在编辑: CorretorMeusLinks.php
路径:
/srv/systems_dir/yuppiecred-bkp/application/forms/CorretorMeusLinks.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_CorretorMeusLinks extends Core_Form { public function init() { $this->setName('f_meus_links'); $select = new Zend_Form_Element_Select('tipo_operacao'); $select->setLabel('Tipo:') ->addMultiOptions(Core_Combos::getTiposProdutosOptions()) ->setAttrib('class', "input-style-6"); $this->addElement($select); $this->addElement('button', 'btn_gerar_link', [ 'label' => 'Gerar link', 'class' => 'btn_gerar_link_corretor' ]); } }
💾 保存文件
← 返回文件管理器