Skip to content

Commit

Permalink
Add Placeholder for Email Subject
Browse files Browse the repository at this point in the history
- WIP #15
- #10
  • Loading branch information
aljawaid committed Jan 15, 2023
1 parent 19a9898 commit ea66a94
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 @@ -49,7 +49,7 @@
<?= $this->form->select('params['.$param_name.']', $param_desc, $values) ?>
<?php else: ?>
<?= $this->form->label($param_desc, $param_name) ?>
<?= $this->form->text('params['.$param_name.']', $values) ?>
<?= $this->form->text('params['.$param_name.']', $values, $errors, array('placeholder="'. t('Task Activity Report') .'"'), 'subject-input') ?>
<?php endif ?>
<?php endforeach ?>

Expand Down

0 comments on commit ea66a94

Please sign in to comment.