Changeset 2376

Show
Ignore:
Timestamp:
05/17/08 06:23:02 (18 months ago)
Author:
bchoate
Message:

Removed relative attributes; for a future release. BugId:79803

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

Legend:

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

    r2313 r2376  
    2525                                <span class="vcard author"><$MTCommentAuthorLink$></span> 
    2626                            </mt:IfCommentParent> 
    27                             | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate relative="js"$></abbr></a> 
     27                            | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a> 
    2828                            <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted> 
    2929                        </span> 
  • branches/release-38/default_templates/entry.mtml

    r2312 r2376  
    3131                                        <span class="byline"> 
    3232<MTIfNonEmpty tag="EntryAuthorDisplayName"> 
    33                                             <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X" relative="js"$></abbr>"> 
     33                                            <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr>"> 
    3434<MTElse> 
    35                                             <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X" relative="js"$></abbr> 
     35                                            <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr> 
    3636</MTIfNonEmpty> 
    3737                                        </span> 
  • branches/release-38/default_templates/entry_summary.mtml

    r2062 r2376  
    66            <span class="byline"> 
    77    <MTIfNonEmpty tag="EntryAuthorDisplayName"> 
    8                 <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X" relative="js"$></abbr>"> 
     8                <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr>"> 
    99    <MTElse> 
    10                 <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X" relative="js"$></abbr> 
     10                <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr> 
    1111    </MTIfNonEmpty> 
    1212            </span> 
  • branches/release-38/default_templates/trackbacks.mtml

    r2374 r2376  
    2121                <div class="trackback-header"> 
    2222                    <div class="asset-meta"> 
    23                         <__trans phrase="<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>" params="<$MTPingURL$>%%<$MTPingTitle$>%%<$MTPingBlogName$>%%#ping-<$MTPingID$>%%<$MTPingDate relative="js"$>"> 
     23                        <__trans phrase="<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>" params="<$MTPingURL$>%%<$MTPingTitle$>%%<$MTPingBlogName$>%%#ping-<$MTPingID$>%%<$MTPingDate$>"> 
    2424                    </div> 
    2525                </div>