mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
- Allow to change the subject in all reply pages
- Remove tabs and/or blanks from subject when replying
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<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> <?php echo ucfirst($this->p->t('global', 'reply')); ?>:
|
||||
<i class="fa fa-reply"></i> <?php echo ucfirst($this->p->t('global', 'reply')); ?>
|
||||
</button>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user