Skip to content

Commit

Permalink
Should jump to the common listing screen when click the object count …
Browse files Browse the repository at this point in the history
…in search result. bugzid:105914.
  • Loading branch information
Akira Sawada committed Apr 12, 2011
1 parent b25f3ac commit cbd8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/cms/include/author_table.tmpl
Expand Up @@ -75,7 +75,7 @@
<mt:unless name="hide_entries_col">
<td class="col entries">
<mt:if name="entry_count">
<a href="<mt:var name="script_url">?__mode=<mt:if name="blog_id"><mt:var name="mode"><mt:else>search_replace&amp;_type=entry</mt:if>&amp;blog_id=<mt:if name="blog_id"><mt:var name="blog_id"><mt:else>0</mt:if>&amp;filter=author_id&amp;filter_val=<mt:var name="id">"><mt:var name="entry_count"></a>
<a href="<mt:var name="script_url">?__mode=<mt:if name="blog_id"><mt:var name="mode"><mt:else>list&amp;_type=entry</mt:if>&amp;blog_id=<mt:if name="blog_id"><mt:var name="blog_id"><mt:else>0</mt:if>&amp;filter=author_id&amp;filter_val=<mt:var name="id">"><mt:var name="entry_count"></a>
<mt:else>
&nbsp;
</mt:if>
Expand Down

0 comments on commit cbd8e76

Please sign in to comment.