Fix text color for totals in Payment Statistics
This commit is contained in:
parent
e721f97c83
commit
8634eea191
1 changed files with 11 additions and 11 deletions
|
@ -616,7 +616,7 @@ class Submenu_Page {
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: #ff5722;
|
background-color: #ff5722;
|
||||||
git color: white;">
|
color: white;">
|
||||||
<td width="12%">Payments:</td>
|
<td width="12%">Payments:</td>
|
||||||
<td width="23%"><?php echo $result->gTotalPmts ?></td>
|
<td width="23%"><?php echo $result->gTotalPmts ?></td>
|
||||||
<td width="12%">Total Amount:</td>
|
<td width="12%">Total Amount:</td>
|
||||||
|
|
Loading…
Reference in a new issue