Skip to content

Commit

Permalink
NEW: Add Help Text Before Parameters
Browse files Browse the repository at this point in the history
- Makes the form more user friendly
- Closes #17
  • Loading branch information
aljawaid committed Jan 18, 2023
1 parent 654d290 commit 6fb2f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Template/action_creation/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
</div>

<div class="help-text">
<p class=""><?= t('This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.') ?></p>
<p class=""><?= t('An automatic comment is added to the task for each successful email sent.') ?></p>
</div>

<?= $this->modal->submitButtons(array(
Expand Down

0 comments on commit 6fb2f86

Please sign in to comment.