[pLog-svn] r3160 - plog/trunk/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Mar 29 20:55:46 GMT 2006


Author: oscar
Date: 2006-03-29 20:55:45 +0000 (Wed, 29 Mar 2006)
New Revision: 3160

Modified:
   plog/trunk/templates/admin/editarticlecategories.template
Log:
show all months (and all posts) in the "posts" page when clicking the number of posts per categories in the "article categories" page


Modified: plog/trunk/templates/admin/editarticlecategories.template
===================================================================
--- plog/trunk/templates/admin/editarticlecategories.template	2006-03-29 20:54:03 UTC (rev 3159)
+++ plog/trunk/templates/admin/editarticlecategories.template	2006-03-29 20:55:45 UTC (rev 3160)
@@ -49,7 +49,7 @@
     <a href="admin.php?op=editArticleCategory&amp;categoryId={$category->getId()}">{$category->getName()}</a>
    </td>
    {if $category->getNumArticles() > 0}
-    <td><a href="admin.php?op=editPosts&amp;showCategory={$category->getId()}&amp;showStatus=0">({$category->getNumAllArticles()})</a></td>
+    <td><a href="admin.php?op=editPosts&amp;showCategory={$category->getId()}&amp;showStatus=0&amp;showMonth=-1">({$category->getNumAllArticles()})</a></td>
    {else}
     <td>(0)</td>
    {/if}



More information about the pLog-svn mailing list