Changeset 2752
- Timestamp:
- 07/10/08 23:14:40 (2 months ago)
- Files:
-
- branches/release-41/tmpl/cms/edit_comment.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-41/tmpl/cms/edit_comment.tmpl
r2073 r2752 184 184 </mt:if> 185 185 <mt:if name="commenter_id"> 186 <a title="<__trans phrase="View all comments by this commenter">" href="<mt:var name="script_url">?__mode= view&_type=commenter&tab=comments&blog_id=<mt:var name="blog_id">&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&_type=comment&filter_key=_comments_by_user&blog_id=<mt:var name="blog_id">&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> 187 187 <mt:else> 188 188 <a title="<__trans phrase="View all comments by this commenter">" href="<mt:var name="script_url">?__mode=search_replace&_type=comment&blog_id=<mt:var name="blog_id">&is_limited=1&search_cols=author&search=<mt:var name="author" escape="html">&do_search=1"><img src="<mt:var name="static_uri">images/filter.gif" alt="" width="8" height="8" /></a>
