From a4a1b10c11d42d9a4266a7cdd00c083fdb5da070 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 17 Aug 2005 03:11:23 +0000 Subject: [PATCH] r340: Cleaned up editcomment.tpl --- templates/editcomment.tpl | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/templates/editcomment.tpl b/templates/editcomment.tpl index 61e2c40..3c41d37 100644 --- a/templates/editcomment.tpl +++ b/templates/editcomment.tpl @@ -1,17 +1,27 @@ $doctype + + $headinclude -$header + Edit Comment $comment[commentid] - $bug[summary] + -
Bug: $bug[summary]
-
Comment posted on: $comment[posttime]
-
Comment posted by: $comment[postby]
+$header
-
style="color: red">Hidden: checked="checked" />
-
Comment:
-
-
+ +
+
Comment #$comment[commentid] in bug #$bug[bugid] $bug[summary]
+
Posted on $comment[posttime] by $comment[postby]
+
+
style="color: red">Hidden: checked="checked" />
+ +
+
+ + +
+
$footer \ No newline at end of file -- 2.22.5