Changement boutons retour en "history.back();"
This commit is contained in:
parent
d1f9b776dd
commit
64f17dda0d
@ -50,7 +50,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
|
||||
|
||||
<div class="d-grid">
|
||||
<a href="zpl.html" class="btn btn-primary btn-block">retour</a>
|
||||
<button onclick="history.back();" class="btn btn-primary btn-block">Retour</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -53,7 +53,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
|
||||
|
||||
<div class="d-grid">
|
||||
<a href="custom.html" class="btn btn-primary btn-block">retour</a>
|
||||
<button onclick="history.back();" class="btn btn-primary btn-block">Retour</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user