Show
Ignore:
Timestamp:
03/04/08 06:46:23 (21 months ago)
Author:
bsmith
Message:

Various optimizations to the default templates. bugzid:69535

Files:
1 modified

Legend:

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

    r1423 r1453  
    1 <MTSetVar name="body_class" value="mt-comment-preview"> 
    21<MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"> 
    3 <MTSetVar name="system_template" value="1"> 
    42<MTSetVar name="feedback_template" value="1"> 
    53<MTSetVarBlock name="page_title"><__trans phrase="Previewing your Comment"></MTSetVarBlock> 
    6 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTGetVar name="page_title"$></MTSetVarBlock> 
     4<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock> 
    75<MTSetVarBlock name="html_head"> 
    86<script type="text/javascript" src="<$MTLink template="javascript"$>"></script> 
    97</MTSetVarBlock> 
    108 
    11 <$MTInclude module="<__trans phrase="Header">"$> 
     9<$MTInclude module="<__trans phrase="Header">" body_class="mt-comment-preview"$> 
    1210 
    13 <h1 id="page-title"><$MTGetVar name="page_title"$></h1> 
     11<h1 id="page-title"><$MTVar name="page_title"$></h1> 
    1412 
    1513<$MTInclude module="<__trans phrase="Comment Detail">"$>