Back buttons acualy go back to previous page instad of a static page

Unnecessary Enters removed
This commit is contained in:
2019-08-28 20:08:31 +02:00
parent 50ac257ba3
commit 6d2bc4c33b
21 changed files with 28 additions and 316 deletions

View File

@@ -216,7 +216,7 @@ if(isset($_GET["sysID"]) && !empty(trim($_GET["sysID"]))){
<!-- CONTENT -->
<div class="clearfix" style="background:white; padding:20px;">
<div class="toolbar crud pull-left">
<a href="systems.php" class="btn btn-secondary btn-fab"><i class="icon-arrow-left"></i></a>
<button class="headbnt btn btn-secondary btn-fab icon icon-arrow-left" onclick="window.history.back();"></button>
<?php
echo "<a class=' btn btn-warning btn-fab' href='edit-system.php?id=". $row['id'] ."'><span class='icons icon-pencil'></span></a>";