- Allow to change the subject in all reply pages

- Remove tabs and/or blanks from subject when replying
This commit is contained in:
Paolo
2020-02-12 16:14:50 +01:00
parent 6882199d0e
commit 937db42e11
2 changed files with 3 additions and 3 deletions
@@ -56,9 +56,9 @@
</label>
</div>
&nbsp;
<div id="subject" class="col-lg-7">
<div class="col-lg-7">
<?php echo $subject; ?>
<input id="subject" type="text" value="<?php echo $subject; ?>">
</div>
</div>
@@ -85,7 +85,7 @@
<?php if (!isEmptyString($hrefReply)): ?>
<button class="btn btn-default" id="replybutton" onclick="location.href='<?php echo $hrefReply; ?>';">
<i class="fa fa-reply"></i>&nbsp;<?php echo ucfirst($this->p->t('global', 'reply')); ?>:
<i class="fa fa-reply"></i>&nbsp;<?php echo ucfirst($this->p->t('global', 'reply')); ?>
</button>
<?php endif; ?>