Move search bar to the top

This commit is contained in:
2020-06-21 20:38:22 +02:00
parent 554baf39ff
commit e5c6e2d6a2
14 changed files with 54 additions and 50 deletions

View File

@@ -10,8 +10,12 @@
</head>
<body>
<?php include 'navbar.php' ?>
<div style="text-align: right; margin-top: 50px;">
<a href="forms/report_create_form.php" class="create_btn" >Crear</a>
<div>
<form method="post" action="report_management.php">
<div class="search-group">
<a href="report_create_form.php" class="create_btn" >Crear</a>
</div>
</form>
</div>
<table>
<thead>
@@ -40,7 +44,7 @@
<td><?php echo $row[4]; ?></td>
<td><?php echo $row[5]; ?></td>
<td>
<a href="forms/report_edit_form.php?edit=<?php echo $row[0]; ?>" class="edit_btn">Editar</a>
<a href="report_edit_form.php?edit=<?php echo $row[0]; ?>" class="edit_btn">Editar</a>
</td>
<td>
<a href="report_management.php?delete=<?php echo $row[0]; ?>" class="del_btn">Borrar</a>