このブロックのオーバーライドを構成するのに苦労していますが、うまくいきませんでした。誰でも何が間違っているかを見つけるのを手伝ってくれますか?
etc/config.xml
<config>
<modules>
<Sbm_Relatorio>
<version>0.1.0</version>
</Sbm_Relatorio>
</modules>
<global>
<helpers>
<relatorio>
<class>Sbm_Relatorio_Helper</class>
</relatorio>
</helpers>
<blocks>
<sales>
<rewrite>
<adminhtml_report_filter_form>Sbm_Relatorio_Block_Adminhtml_Report_Filter_Form</adminhtml_report_filter_form>
</rewrite>
</sales>
</blocks>
</global>
ブロック/管理者html/レポート/フィルター/Form.php
class Sbm_Relatorio_Block_Adminhtml_Report_Filter_Form extends Mage_Sales_Block_Adminhtml_Report_Filter_Form {
protected function _prepareForm()
{ ... }
このメソッドからコンテンツを追加および削除しようとしましたが、進歩はありません。オーバーライドの構成が間違っているようです。