Move search bar to the top
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user