Changeset 2753

Show
Ignore:
Timestamp:
07/10/08 23:14:46 (5 months ago)
Author:
bchoate
Message:

Fixed link for filtering comments for a particular entry. BugId:80452

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/tmpl/cms/edit_comment.tmpl

    r2752 r2753  
    234234        show_hint="0"> 
    235235        <mt:if name="no_entry">[<__trans phrase="[_1] no longer exists" params="<mt:var name="entry_class_label">">]<mt:else><a href="<mt:var name="script_url">?__mode=view&amp;_type=<mt:var name="entry_class">&amp;id=<mt:var name="entry_id">&amp;blog_id=<mt:var name="blog_id">"><mt:var name="entry_title" escape="html"></a></mt:if> 
    236         <a title="<__trans phrase="View all comments on this [_1]" params="<mt:var name="entry_class_label" lower_case="1">">" href="<mt:var name="script_url">?__mode=view&amp;_type=<mt:var name="entry_class">&amp;blog_id=<mt:var name="blog_id">&amp;id=<mt:var name="entry_id" escape="html">&amp;tab=comments"><img alt="" src="<mt:var name="static_uri">images/filter.gif" width="8" height="8" border="0" /></a> 
     236        <a title="<__trans phrase="View all comments on this [_1]" params="<mt:var name="entry_class_label" lower_case="1">">" href="<mt:var name="script_url">?__mode=list&amp;_type=comment&amp;blog_id=<mt:var name="blog_id">&amp;filter_key=_comments_by_entry&amp;filter_val=<mt:var name="entry_id" escape="html">"><img alt="" src="<mt:var name="static_uri">images/filter.gif" width="8" height="8" border="0" /></a> 
    237237    </mtapp:setting> 
    238238