how to set payment info.phtml for adminhtml ...
like set for the frontend...something like this
class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('ks/info.phtml');
}
thanks :D