✏️ 正在编辑: ContratoDialog.php
路径:
/srv/systems_dir/yuppiecred/application/forms/ContratoDialog.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_ContratoDialog extends Form_Contrato { public function init() { parent::init(); $this->setAction($this->getView()->url()); //ajusta o botão voltar para fechar a janela $btnVoltar = $this->getElement('btn_back'); $btnVoltar->setAttrib('onclick', "window.close()"); //remove o botão novo cadastro $this->removeElement('btn_new'); $this->removeElement('btn_view_historico'); } }
💾 保存文件
← 返回文件管理器