Changeset 1888

Show
Ignore:
Timestamp:
04/14/08 18:10:52 (22 months ago)
Author:
bsmith
Message:

Adding 'return to original entry' link in comment response template. bugzid:79312

Files:
1 modified

Legend:

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

    r1709 r1888  
    88<mt:ignore><!-- Success message when comment has been submitted --></mt:ignore> 
    99    <MTSetVar name="page_title" value="<__trans phrase="Confirmation...">"> 
    10     <MTSetVar name="message" value="<__trans phrase="Your comment has been submitted!">"> 
     10    <MTSetVar name="message" value="<p><__trans phrase="Your comment has been submitted!"></p>"> 
    1111<MTElse name="body_class" eq="mt-comment-pending"> 
    1212<mt:ignore><!-- Pending message when comment is being held for review --></mt:ignore> 
    1313    <MTSetVar name="page_title" value="<__trans phrase="Thank you for commenting.">"> 
    14     <MTSetVar name="message" value="<__trans phrase="Your comment has been received and held for approval by the blog owner.">"> 
     14    <MTSetVar name="message" value="<p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p>"> 
    1515<MTElse name="body_class" eq="mt-comment-error"> 
    1616<mt:ignore><!-- Error message when comment submission fails --></mt:ignore> 
     
    3939                            <h1 id="page-title"><$MTVar name="page_title"$></h1> 
    4040                            <$MTVar name="message"$> 
     41                            <p><__trans phrase="Return to the <a href="[_1]">original entry</a>." params="<$MTEntryLink$>"></p> 
    4142                        </div> 
    4243                    </div>