Skip to content

Commit

Permalink
Cleanup Code
Browse files Browse the repository at this point in the history
 - #18
  • Loading branch information
aljawaid committed Sep 9, 2023
1 parent 50040b9 commit 0d2c1b8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Template/config/webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
</div>
</form>

<div class="page-header margin-top">
<h2 class=""><span class="webhooks-icon"></span> <?= t('Webhook Token') ?></h2>
</div>
<section class="message error cleaner-warning">
<header></header>
<i class=""></i>
<h3 class="">
<span class="message-title"><?= t('Warning') ?></span>
<span class="message-text"><?= t('Resetting the webhook token may require the cron background jobs to be manually updated') ?></span>
</h3>
</section>
<header></header>
<i class=""></i>
<h3 class="">
<span class="message-title"><?= t('Warning') ?></span>
<span class="message-text"><?= t('Resetting the webhook token may require the cron background jobs to be manually updated') ?></span>
</h3>
</section>
<div class="panel">
<span class="webhooks-icon"></span> <?= t('Token:') ?>
<strong><?= $this->text->e($values['webhook_token']) ?></strong>
Expand Down

0 comments on commit 0d2c1b8

Please sign in to comment.