*/ class Mage_Sales_Block_Adminhtml_Billing_Agreement_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs { /** * Initialize tab * */ public function __construct() { parent::__construct(); $this->setId('billing_agreement_view_tabs'); $this->setDestElementId('billing_agreement_view'); $this->setTitle($this->__('Billing Agreement View')); } }