Skip to content

Commit

Permalink
FIX: Parameter Name
Browse files Browse the repository at this point in the history
- Relates to b26b637
- #20 Format Related Form Fields in Rendered Form in action/index.php
- #17
- Relates to 3377936
- Relates to 368e8f2
- Relates to 569d196
  • Loading branch information
aljawaid committed Jan 18, 2023
1 parent bcb7d3e commit df68c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/action_creation/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<?php else: ?>
<?= $this->form->label($param_desc, 'params['. $param_name .']') ?>
<?= $this->form->text('params['.$param_name.']', $values, array(), array('placeholder="'. t('Activity Report') .'"'), 'subject-input') ?>
<?php if ($param_name == 'subject'): ?>
<?php if ($param_name == 'email_subject'): ?>
<div class="form-help form-help-subject">
<?= t('If left blank then "Activity Report" is used as the subject') ?>
</div>
Expand Down

0 comments on commit df68c38

Please sign in to comment.