Show
Ignore:
Timestamp:
05/17/08 06:31:00 (19 months ago)
Author:
bchoate
Message:

Fix for setting user context for comment previews. BugId:79757

Files:
1 modified

Legend:

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

    r2313 r2377  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
    5     <$mt:include module="<__trans phrase="HTML Head">"$> 
    6     <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 
    75    <script type="text/javascript"> 
    86    /* <![CDATA[ */ 
     7    var user = <$MTUserSessionState$>; 
    98    var is_preview = true; 
    109    /* ]]> */ 
    1110    </script> 
     11    <$mt:include module="<__trans phrase="HTML Head">"$> 
     12    <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 
    1213</head> 
    1314<body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$MTVar name="page_layout"$>" onload="mtEntryOnLoad()">