[pLog-svn] r4852 - plog/branches/lifetype-1.2/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Feb 23 07:28:27 EST 2007


Author: oscar
Date: 2007-02-23 07:28:27 -0500 (Fri, 23 Feb 2007)
New Revision: 4852

Modified:
   plog/branches/lifetype-1.2/templates/admin/editcomments.template
Log:
Implemented Elena's suggestion so that we get the title of the post to which this comment belongs in the "edit comments" page


Modified: plog/branches/lifetype-1.2/templates/admin/editcomments.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/editcomments.template	2007-02-23 12:15:01 UTC (rev 4851)
+++ plog/branches/lifetype-1.2/templates/admin/editcomments.template	2007-02-23 12:28:27 UTC (rev 4852)
@@ -80,7 +80,12 @@
                             <input class="checkbox" type="checkbox" name="commentIds[{$comment->getId()}]" id="checks_{$comment->getId()}" value="{$comment->getId()}" />
                         </td>
                         <td class="col_highlighted">
-                            {$comment->getTopic()|strip_tags}
+                            {$comment->getTopic()|strip_tags}<br/>
+                            <span style="font-weight:normal">
+                            &nbsp;&raquo;
+                            {assign var=commentPost	value=$comment->getArticle()}
+                            <a href="{$url->postPermalink($commentPost)}">{$commentPost->getTopic()}</a>
+                            </span>
                         </td>
 						<td>
 						    {$comment->getText()|strip_tags}



More information about the pLog-svn mailing list