Show
Ignore:
Timestamp:
05/13/08 01:00:53 (19 months ago)
Author:
bsmith
Message:

bugzid:79309 - Adding reply checkbox to comment preview screen

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/default_templates/javascript.mtml

    r2280 r2313  
    501501 
    502502    // 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 +'">'; 
    504504    label.innerHTML = reply_text; 
    505505