Changeset 2394

Show
Ignore:
Timestamp:
05/19/08 21:42:12 (21 months ago)
Author:
bsmith
Message:

bugzid:79831 - Small code fixes to sync with UTS template set

Location:
branches/release-38/default_templates
Files:
5 modified

Legend:

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

    r2377 r2394  
    3737                                        <div class="asset-meta"> 
    3838                                            <span class="byline"> 
    39                                                 <mt:IfCommentParent> 
    40                                                     <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
    41                                                 <mt:else> 
    42                                                     <$MTCommentAuthorIdentity$> 
    43                                                     <span class="vcard author"><$MTCommentAuthorLink$></span> 
    44                                                 </mt:IfCommentParent> 
     39                                                <$MTCommentAuthorIdentity$> 
     40    <mt:IfCommentParent> 
     41                                                <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
     42    <mt:else> 
     43                                                <span class="vcard author"><$MTCommentAuthorLink$></span> 
     44    </mt:IfCommentParent> 
    4545                                                | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 
    4646                                            </span> 
  • branches/release-38/default_templates/comments.mtml

    r2393 r2394  
    1919                    <div class="asset-meta"> 
    2020                        <span class="byline"> 
    21                             <mt:IfCommentParent> 
    22                                 <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
    23                             <mt:else> 
    24                                 <$MTCommentAuthorIdentity$> 
    25                                 <span class="vcard author"><$MTCommentAuthorLink$></span> 
    26                             </mt:IfCommentParent> 
     21                            <$MTCommentAuthorIdentity$> 
     22        <mt:IfCommentParent> 
     23                            <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>"> 
     24        <mt:else> 
     25                            <span class="vcard author"><$MTCommentAuthorLink$></span> 
     26        </mt:IfCommentParent> 
    2727                            | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 
    28                             <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 
     28        <MTIfCommentsAccepted> 
     29                            | <$MTCommentReplyLink$> 
     30        </MTIfCommentsAccepted> 
    2931                        </span> 
    3032                    </div> 
  • branches/release-38/default_templates/entry_summary.mtml

    r2376 r2394  
    22<div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> 
    33    <div class="asset-header"> 
    4         <h2 class="asset-name entry-title" rel="bookmark"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h2> 
     4        <h2 class="asset-name entry-title"><a href="<$MTEntryPermalink$>" rel="bookmark"><$MTEntryTitle$></a></h2> 
    55        <div class="asset-meta"> 
    66            <span class="byline"> 
  • branches/release-38/default_templates/recent_comments.mtml

    r2052 r2394  
    77        <ul class="recent-comments-list"> 
    88        </mt:CommentsHeader> 
    9             <li> 
    10                 <__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"> 
    11             </li> 
     9            <li><__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"></li> 
    1210        <mt:CommentsFooter> 
    1311        </ul> 
  • branches/release-38/default_templates/signin.mtml

    r2392 r2394  
    22<div class="widget-sign-in widget"> 
    33    <h3 class="widget-header"><__trans phrase="Sign In"></h3> 
    4     <div class="widget-content" id="signin-widget-content"></div> 
     4    <div id="signin-widget-content" class="widget-content"></div> 
    55</div> 
    66<script type="text/javascript">