diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-25 19:17:54 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-25 19:17:54 +0100 |
commit | 354c86b6c608c8923d0a087285f97d5d8121ed08 (patch) | |
tree | 2815243ed6596ca75a849e0191ef52712132d1ea /web/template/actions_form.php | |
parent | f729eca80dbbce94ce02a5315794145fb8cd9bf7 (diff) | |
download | aur-354c86b6c608c8923d0a087285f97d5d8121ed08.tar.gz aur-354c86b6c608c8923d0a087285f97d5d8121ed08.tar.xz |
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>
Diffstat (limited to 'web/template/actions_form.php')
-rw-r--r-- | web/template/actions_form.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/template/actions_form.php b/web/template/actions_form.php index 6299819d..de77645a 100644 --- a/web/template/actions_form.php +++ b/web/template/actions_form.php @@ -51,10 +51,4 @@ 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> |