Hide back button if not in search mode
This commit is contained in:
parent
fb430dd8cc
commit
a390660a19
|
@ -70,8 +70,10 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<?php if (isset($_GET["search"])): ?>
|
||||
<div style="text-align: right; margin-top: 20px;">
|
||||
<a href="patient.php" class="back_btn">Atrás</a>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -62,8 +62,10 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<?php if (isset($_GET["search"])): ?>
|
||||
<div style="text-align: right; margin-top: 20px;">
|
||||
<a href="user.php" class="back_btn">Atrás</a>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue