v2
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 50px;
|
||||||
background: #e95420;
|
background: #e95420;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ $sql = "SELECT * FROM `" . $GLOBALS['arif_tran'] . "`WHERE `AT_ADMIN` = '" . $co
|
|||||||
$result = $conn->query($sql);
|
$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>
|
<h3>Transaction Records</h3>
|
||||||
<?php if ($result && $result->num_rows > 0): ?>
|
<?php if ($result && $result->num_rows > 0): ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user