hrefs auf getUrl umgebaut
This commit is contained in:
@@ -110,7 +110,7 @@ if ($twofa == 0) {
|
||||
<button id="submit" type="submit" data-codetype="<?= $twofa ?>"
|
||||
class="btn btn-primary">Speichern
|
||||
</button>
|
||||
<a href="/UserProfile">
|
||||
<a href="<?= self::getUrl("UserProfile") ?>">
|
||||
<button type="button" class="btn btn-secondary">Abbrechen</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -168,7 +168,7 @@ if ($userprofile->twofactor == 0) {
|
||||
</div>
|
||||
<div class="col-lg-7">
|
||||
<?= $twoFactorbtn ?>
|
||||
<a href="/UserProfile">
|
||||
<a href="<?= self::getUrl("UserProfile") ?>">
|
||||
<button type="button" class="btn btn-secondary mb-3">Abbrechen</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user