mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
f729eca80d
commit
354c86b6c6
4 changed files with 78 additions and 80 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue