mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update colors
This commit is contained in:
parent
73f983e2c8
commit
387f653b23
1 changed files with 3 additions and 3 deletions
|
@ -302,11 +302,11 @@ public function add_my_currency_symbol( $currency_symbol, $currency ) {
|
||||||
$array_integrated_address["integrated_address"] = $address;
|
$array_integrated_address["integrated_address"] = $address;
|
||||||
}
|
}
|
||||||
$message = $this->verify_payment($payment_id, $amount_xmr2, $order);
|
$message = $this->verify_payment($payment_id, $amount_xmr2, $order);
|
||||||
if($this->confirmed){
|
if(!$this->confirmed){
|
||||||
$color = "green";
|
$color = "006400";
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$color = "red";
|
$color = "DC143C";
|
||||||
}
|
}
|
||||||
echo "<h4><font color=$color>".$message."</font></h4>";
|
echo "<h4><font color=$color>".$message."</font></h4>";
|
||||||
echo "<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>";
|
echo "<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue