Changeset 2073
- Timestamp:
- 04/24/08 22:56:37 (4 months ago)
- Files:
-
- branches/release-36/tmpl/cms/edit_comment.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-36/tmpl/cms/edit_comment.tmpl
r1339 r2073 244 244 show_hint="0"> 245 245 <mt:var name="created_on_time_formatted"> 246 <a title="<__trans phrase="View all comments created on this day">" href="<mt:var name="script_url">?__mode=search_replace&_type=comment&from=<mt: var name="created_on_day_formatted" escape="url">&to=<mt:var name="created_on_day_formatted" escape="url">&show_all=1&blog_id=<mt:var name="blog_id">&do_search=1"><img alt="" src="<mt:var name="static_uri">images/filter.gif" width="8" height="8" border="0" /></a>246 <a title="<__trans phrase="View all comments created on this day">" href="<mt:var name="script_url">?__mode=search_replace&_type=comment&from=<mt:date ts="$created_on" format="%Y%m%d">&to=<mt:date ts="$created_on" format="%Y%m%d">&show_all=1&blog_id=<mt:var name="blog_id">&do_search=1"><img alt="" src="<mt:var name="static_uri">images/filter.gif" width="8" height="8" border="0" /></a> 247 247 </mtapp:setting> 248 248
