summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortardo <tardo@nagi-fanboi.net>2007-10-02 20:57:47 +0200
committerPaul Mattal <paul@mattal.com>2007-10-11 15:24:34 +0200
commitd03dd1619423cd38d6bab712bf2ba766e8e59afc (patch)
treec2a2c9c68f89156574ab854ba1ab3fef52ba9be3
parentbf4ae1ef47743c7c284d598d9f6ccacc5a4f326a (diff)
downloadaur-d03dd1619423cd38d6bab712bf2ba766e8e59afc.tar.gz
aur-d03dd1619423cd38d6bab712bf2ba766e8e59afc.tar.xz
Center Add Comment box.
Signed-off-by: tardo <tardo@nagi-fanboi.net>
-rw-r--r--web/html/pkgedit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php
index c1169f48..6d8314fb 100644
--- a/web/html/pkgedit.php
+++ b/web/html/pkgedit.php
@@ -110,6 +110,7 @@ if ($_REQUEST["add_Comment"]) {
} else {
# Prompt visitor for comment
#
+ print "<div align='center'>\n";
print "<form action='/pkgedit.php' method='post'>\n";
print "<input type='hidden' name='add_Comment' value='1'>\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='reset' value=\"".__("Reset")."\">\n";
print "</form>\n";
+ print "</div>\n";
}
html_footer(AUR_VERSION);
exit();