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

@@ -175,7 +175,7 @@ mysqli_close($link);
<!-- CONTENT -->
<div class="clearfix" style="background:white; padding:20px;">
<a href="systems.php" class="btn btn-secondary btn-fab pull-left"><i class="icon-arrow-left"></i></a>
<button class="headbnt btn btn-secondary btn-fab pull-left icon icon-arrow-left" onclick="window.history.back();"></button>
<h2 class="pull-right">Create a system</h2>
</div>
<div class="form-wrapper md-elevation-8 p-4">