[-] BO: fixed bug #PSCFV-9463 + improve some css on BO menu

This commit is contained in:
sLorenzini
2013-06-18 15:39:46 +02:00
parent c04d2626f5
commit 48db491c2e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class BankWire extends PaymentModule
private function _displayBankWire()
{
$this->_html .= '<img src="../modules/bankwire/bankwire.jpg" style="float:left; margin-right:15px;"><b>'.$this->l('This module allows you to accept secure payments by bank wire.').'</b><br /><br />
$this->_html .= '<img src="../modules/bankwire/bankwire.jpg" style="float:left; margin-right:15px;" width="86" height="49"><b>'.$this->l('This module allows you to accept secure payments by bank wire.').'</b><br /><br />
'.$this->l('If the client chooses to pay by bank wire, the order\'s status will change to "Waiting for Payment."').'<br />
'.$this->l('That said, you must manually confirm the order upon receiving the bank wire. ').'<br /><br /><br />';
}