Changeset 2614

Show
Ignore:
Timestamp:
06/19/08 23:57:07 (17 months ago)
Author:
bsmith
Message:

bugzid:80107 - update comment error 'return to original comment form link' to be javascript controlled

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/default_templates/comment_response.mtml

    r2604 r2614  
    3939                            <h1 id="page-title"><$mt:Var name="page_title"$></h1> 
    4040                            <$mt:Var name="message"$> 
    41                             <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$mt:EntryLink$>"></p> 
     41                            <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<mt:If name="comment_error">javascript:history.back()<mt:Else><$mt:EntryLink$></mt:If>"></p> 
    4242                        </div> 
    4343                    </div>