Changeset 2313 for branches/release-38/default_templates/javascript.mtml
- Timestamp:
- 05/13/08 01:00:53 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/default_templates/javascript.mtml
r2280 r2313 501 501 502 502 // Populate label with new values 503 var reply_text = '<__trans phrase="Replying to <a href=" #comment-[_1]">comment from [_2]</a>" params="'+ parent_id +'%%'+ author +'">';503 var reply_text = '<__trans phrase="Replying to <a href="[_1]" onclick="[_2]">comment from [_3]</a>" params="#comment-'+ parent_id +'%%location.href=this.href; return false%%'+ author +'">'; 504 504 label.innerHTML = reply_text; 505 505
