Changement boutons retour en "history.back();"

This commit is contained in:
Axolito 2025-02-07 15:08:16 +01:00
parent d1f9b776dd
commit 64f17dda0d
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<div class="d-grid"> <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> </div>
</div> </div>

View File

@ -53,7 +53,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<div class="d-grid"> <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> </div>
</div> </div>

View File

@ -61,7 +61,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<div class="d-grid"> <div class="d-grid">
<a href="/" class="btn btn-primary btn-block">retour</a> <button onclick="history.back();" class="btn btn-primary btn-block">Retour</button>
</div> </div>
</div> </div>
</div> </div>