✏️ 正在编辑: ChamadoAssunto.php
路径:
/srv/systems_dir/yuppiecred-bkp/application/forms/ChamadoAssunto.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_ChamadoAssunto extends Core_Form { public function init() { $this->setAttrib('id', 'form-chamado-assunto'); $this->setMethod('POST'); $this->addElement('hidden', 'id', array( 'class' => 'invisivel' )); $this->addElement('text', 'assunto', array( 'label' => 'Nome:', 'size' => 35, 'required' => true )); $this->addElement('submit', 'btnsalvar', array( 'label' => 'Salvar', 'class' => 'bt_save btn-assunto-salvar', )); } }
💾 保存文件
← 返回文件管理器