Do not hide original text
Nashev - August 1, 2009 - 10:28
| Project: | Translatable Comments |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | davidtrainer |
| Status: | by design |
Jump to:
Description
Please display translation _under_ the original text, not in place of them.

#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.