Skip to content

Commit

Permalink
Fixed issue #7660: Misplaced HTML editor when sending invitations
Browse files Browse the repository at this point in the history
Dev: sorry Tony, have time and it's quick ;)
  • Loading branch information
Shnoulle committed Mar 13, 2013
1 parent 53dfcec commit acc8d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/views/admin/token/email.php
Expand Up @@ -73,8 +73,10 @@
<input type='text' size='83' id='subject_<?php echo $language; ?>' name='subject_<?php echo $language; ?>' value="<?php echo $subject; ?>" /></li>

<li><label for='message_<?php echo $language; ?>'><?php $clang->eT("Message"); ?>:</label>
<div class="htmleditor">
<textarea name='message_<?php echo $language; ?>' id='message_<?php echo $language; ?>' rows='20' cols='80'><?php echo htmlspecialchars($textarea); ?></textarea>
<?php echo getEditor("email-inv", "message_$language", "[" . $clang->gT("Invitation email:", "js") . "](" . $language . ")", $surveyid, '', '', "tokens"); ?>
</div>
</li>
</ul></div>
<?php } ?>
Expand Down

2 comments on commit acc8d6a

@c-schmitz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ;)

@Shnoulle
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think i have done this in 1.92 for a lot of part, then knowing

fix problem for whole part.

Please sign in to comment.