mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Center Add Comment box.
Signed-off-by: tardo <tardo@nagi-fanboi.net>
This commit is contained in:
parent
bf4ae1ef47
commit
d03dd16194
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ if ($_REQUEST["add_Comment"]) {
|
||||||
} else {
|
} else {
|
||||||
# Prompt visitor for comment
|
# Prompt visitor for comment
|
||||||
#
|
#
|
||||||
|
print "<div align='center'>\n";
|
||||||
print "<form action='/pkgedit.php' method='post'>\n";
|
print "<form action='/pkgedit.php' method='post'>\n";
|
||||||
print "<input type='hidden' name='add_Comment' value='1'>\n";
|
print "<input type='hidden' name='add_Comment' value='1'>\n";
|
||||||
print "<input type='hidden' name='ID' value=\"".$_REQUEST["ID"]."\">\n";
|
print "<input type='hidden' name='ID' value=\"".$_REQUEST["ID"]."\">\n";
|
||||||
|
@ -119,6 +120,7 @@ if ($_REQUEST["add_Comment"]) {
|
||||||
print "<input type='submit' value=\"".__("Submit")."\">\n";
|
print "<input type='submit' value=\"".__("Submit")."\">\n";
|
||||||
print "<input type='reset' value=\"".__("Reset")."\">\n";
|
print "<input type='reset' value=\"".__("Reset")."\">\n";
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
|
print "</div>\n";
|
||||||
}
|
}
|
||||||
html_footer(AUR_VERSION);
|
html_footer(AUR_VERSION);
|
||||||
exit();
|
exit();
|
||||||
|
|
Loading…
Add table
Reference in a new issue