Skip to content

Commit

Permalink
Move Reset Button - Webhook Page
Browse files Browse the repository at this point in the history
 - #18
  • Loading branch information
aljawaid committed Sep 13, 2023
1 parent 6c8466a commit 4c983ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Template/config/webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
<div class="panel">
<span class="webhooks-icon"></span> <?= t('Token:') ?>
<strong><?= $this->text->e($values['webhook_token']) ?></strong>
<?= $this->url->link(t('Reset Token'), 'ConfigController', 'token', array('type' => 'webhook'), true, 'btn btn-red') ?>
</div>

<?= $this->url->link(t('Reset Token'), 'ConfigController', 'token', array('type' => 'webhook'), true, 'btn btn-red') ?>
<fieldset>
<legend><?= t('Add Webhook') ?></legend>
<form method="post" class="" action="<?= $this->url->href('ConfigController', 'save', array('redirect' => 'webhook')) ?>" autocomplete="true">
Expand Down

0 comments on commit 4c983ce

Please sign in to comment.