This commit is contained in:
William 2022-02-15 13:19:21 +01:00
parent 005c9a4499
commit f890a917a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<h1>Bekreft avlogging</h1>
<h1>Er du sikker?</h1>
<p>Er du sikker at du vil logge av?</p>
<form action="logout.php">

View File

@ -1,4 +1,4 @@
<h1>Bekreft sletting</h1>
<h1>Er du sikker?</h1>
<p>Er du sikker at du vil slette <?=htmlspecialchars($currentTeam['LagNavn'])?>?</p>
<span>[&nbsp;<a class="success" href="delete.php?item=<?=$currentTeam['LagID']?>">Slett</a>&nbsp;]</span>
<span>[&nbsp;<a class="danger" href="index.php">Avbryt</a>&nbsp;]</span>