diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index f50e4c4a5..dc79bf3cb 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -118,6 +118,8 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3} #header #menu .submenu li{list-style:none;margin:0;padding:0;display:block;min-width:150px;} #header #menu .submenu li a{ font-size:12px;display:block;padding: 5px 15px 5px 10px; color:#666666;border-top:1px solid #fff; border-bottom:1px solid #ccc;} #header #menu .submenu li a:hover { background-color:#eee; text-shadow:0 1px 0 #fff;} +#header #menu .submenu li.active a { color: #fff;} +#header #menu .submenu li.active a:hover { color:#666666} /*SEPARATION*/ .separation { background-color:#ccc;border-bottom:1px solid #fff; width:100%; height:1px; margin:10px 0;} diff --git a/modules/bankwire/bankwire.php b/modules/bankwire/bankwire.php index cc659c6a9..338434aa6 100644 --- a/modules/bankwire/bankwire.php +++ b/modules/bankwire/bankwire.php @@ -112,7 +112,7 @@ class BankWire extends PaymentModule private function _displayBankWire() { - $this->_html .= ''.$this->l('This module allows you to accept secure payments by bank wire.').'

+ $this->_html .= ''.$this->l('This module allows you to accept secure payments by bank wire.').'

'.$this->l('If the client chooses to pay by bank wire, the order\'s status will change to "Waiting for Payment."').'
'.$this->l('That said, you must manually confirm the order upon receiving the bank wire. ').'


'; }