Posted by Nashev on August 1, 2009 at 10:28am
Jump to:
| 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
#2
This can be accomplished by making this change to jquery.translatablecomments.js.
Change
n.html(result.translation);ton.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.