Project:Translatable Comments
Version:6.x-1.0
Component:User interface
Category:feature request
Priority:normal
Assigned:davidtrainer
Status:closed (works as designed)

Issue Summary

Please display translation _under_ the original text, not in place of them.

Comments

#1

Assigned to:Anonymous» davidtrainer

#2

Status:active» closed (works as designed)

This can be accomplished by making this change to jquery.translatablecomments.js.

Change n.html(result.translation); to n.parent().append(result.translation);

Unless I see serious demand materialize for this, I would rather not update the module to add an option to the admin interface, especially given the ease of this fix. So, marking by design.

nobody click here