From 7037fa1d318f5d0ce68cb5274cb4c49cb299f4eb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 19 May 2004 03:26:36 +0000 Subject: [PATCH] Fix moderation links Add link targets for each comment so that we can go back to the original/ new comment after posting or moderating. --- www/articles.php | 11 ++--------- www/comment.php | 16 ++++++---------- www/phplib/common.php | 9 +++++---- 3 files changed, 13 insertions(+), 23 deletions(-) diff --git a/www/articles.php b/www/articles.php index d9c67a6..ae0ee17 100644 --- a/www/articles.php +++ b/www/articles.php @@ -1,6 +1,6 @@ diff --git a/www/comment.php b/www/comment.php index 4dbf839..2f7b736 100644 --- a/www/comment.php +++ b/www/comment.php @@ -1,6 +1,6 @@ diff --git a/www/phplib/common.php b/www/phplib/common.php index 617892f..e7970ce 100644 --- a/www/phplib/common.php +++ b/www/phplib/common.php @@ -1,6 +1,6 @@ From $create_user on $create_date (score=$row[status])\n" + print("From " + ."$create_user, $create_date (score=$row[status])\n" ."

$contents

\n"); html_start_links(); @@ -635,6 +636,6 @@ show_comments($url, // I - URL for comment // -// End of "$Id: common.php,v 1.6 2004/05/19 00:57:33 mike Exp $". +// End of "$Id: common.php,v 1.7 2004/05/19 03:26:36 mike Exp $". // ?>