✏️ 正在编辑: ExportarBonusPendente.php
路径:
/srv/systems_dir/yuppiecred-lidernegocios/application/forms/ExportarBonusPendente.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_ExportarBonusPendente extends Core_Form { public function init() { $this->setName('f_exportar_bonus'); $this->addElement(Form_DatePicker::getDatePicker('data_recebimento_bonus', 'Bônus Recebido em:', '', true)); $this->addElement('submit', 'btn_exportar', array( 'label' => 'Gerar Arquivo', 'class' => 'bt_export' )); $this->_setDefaultDecorators(); } protected function _setDefaultDecorators() { $this->setDecorators( array( 'FormElements', array( 'HtmlTag', array( 'tag' => 'dl', 'class' => 'zend_form form_contrato' ) ), 'Form' )); } }
💾 保存文件
← 返回文件管理器