Move package comment form into a new template.

Feature the form on the package details page.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-01-25 13:17:54 -05:00
parent f729eca80d
commit 354c86b6c6
4 changed files with 78 additions and 80 deletions

View file

@ -50,11 +50,5 @@ if ($row["MaintainerUID"] == 0) {
}
?>
</form>
<br />
<form action='pkgedit.php' method='post'>
<input type='hidden' name='ID' value="<?php echo $row['ID'] ?>" />
<input type='submit' class='button' name='add_Comment' value="<?php echo __('Add Comment') ?>" />
</form>
</div>