Changeset 2752

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

Fixed link for filtering comments by a particular user. BugId:80452

Files:

Legend:

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

    r2073 r2752  
    184184        </mt:if> 
    185185        <mt:if name="commenter_id"> 
    186             <a title="<__trans phrase="View all comments by this commenter">" href="<mt:var name="script_url">?__mode=view&amp;_type=commenter&amp;tab=comments&amp;blog_id=<mt:var name="blog_id">&amp;id=<mt:var name="commenter_id" escape="html">"><img src="<mt:var name="static_uri">images/filter.gif" alt="" width="8" height="8" /></a> 
     186            <a title="<__trans phrase="View all comments by this commenter">" href="<mt:var name="script_url">?__mode=list&amp;_type=comment&amp;filter_key=_comments_by_user&amp;blog_id=<mt:var name="blog_id">&amp;filter_val=<mt:var name="commenter_id" escape="html">"><img src="<mt:var name="static_uri">images/filter.gif" alt="" width="8" height="8" /></a> 
    187187        <mt:else> 
    188188            <a title="<__trans phrase="View all comments by this commenter">" href="<mt:var name="script_url">?__mode=search_replace&amp;_type=comment&amp;blog_id=<mt:var name="blog_id">&amp;is_limited=1&amp;search_cols=author&amp;search=<mt:var name="author" escape="html">&amp;do_search=1"><img src="<mt:var name="static_uri">images/filter.gif" alt="" width="8" height="8" /></a>