diff --git a/codepot/src/codepot/views/code_revision.php b/codepot/src/codepot/views/code_revision.php
index f83cbfca..8e603309 100644
--- a/codepot/src/codepot/views/code_revision.php
+++ b/codepot/src/codepot/views/code_revision.php
@@ -6,6 +6,8 @@
 
 
 
+
+
 
 
 
@@ -64,10 +66,23 @@ $(function() {
 
 
 
+
+
+
 
=htmlspecialchars($project->name)?>
 
 
-
+
 
 
 
@@ -186,11 +201,13 @@ $history = $file['history'];
 
 
 
-
-=htmlspecialchars($history['msg'])?>
+
 
-Files updated
+=$this->lang->line('Files')?>
 
- 
+
+
+
+=$this->lang->line('Comment')?>
+
+id}${revreqroot}", 'id="code_revision_review_comment_form"');
+
+	print form_textarea (
+		array ('name' => 'edit_review_comment', 
+		       'value' => '', 'rows'=> 20, 'cols' => 120,
+		       'id' => 'code_revision_edit_review_comment')
+	);
+
+	print "
";
+
+	//print form_submit ('submit_review_comment', $this->lang->line('Submit'));
+	print form_submit ('submit_review_comment', 'Submit');
+
+	print form_close();
+?>
+
 
+
+
+
+ 
 
  
 
@@ -251,6 +298,7 @@ $history = $file['history'];
 				       'value' => $history['msg'], 'rows'=> 10, 'cols' => 70,
 				       'id' => 'code_revision_edit_log_message')
 			)
+
 		?>
 	=form_close()?>