main
parent
ac7e572558
commit
5a1dad9213
|
@ -44,7 +44,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
height: 55px;
|
||||
margin-bottom: 100px;
|
||||
margin-bottom: 50px;
|
||||
background: #e95420;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
|
|
@ -15,7 +15,7 @@ $sql = "SELECT * FROM `" . $GLOBALS['arif_tran'] . "`WHERE `AT_ADMIN` = '" . $co
|
|||
$result = $conn->query($sql);
|
||||
?>
|
||||
|
||||
<div class="container" style="margin-top:0px; margin-bottom: 150px;">
|
||||
<div class="container" style="margin-top:0px; margin-bottom: 105px;">
|
||||
<h3>Transaction Records</h3>
|
||||
<?php if ($result && $result->num_rows > 0): ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue