summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-11-17 16:06:30 +0100
committerDan McGee <dan@archlinux.org>2008-01-20 07:21:18 +0100
commitf4bfe44876c9d7c62395fbd0c065a5c28d9f33be (patch)
tree68ccaea5dcad9b419574ecf19d4a5fb20b8a661f
parentd245f691eea12a2307d5c49f81d1d8ee7b415251 (diff)
downloadaur-f4bfe44876c9d7c62395fbd0c065a5c28d9f33be.tar.gz
aur-f4bfe44876c9d7c62395fbd0c065a5c28d9f33be.tar.xz
Comments are listed in reverse order (latest first)
So it makes sense to have the "add comment" at the top..where it is already. Removed duplicate "add comment" box.
-rw-r--r--web/lib/pkgfuncs.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index a89cfa8b..ad9630e9 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -565,15 +565,6 @@ function package_details($id=0, $SID="") {
}
}
- echo " <tr>\n";
- echo " <td colspan='2'>\n";
- echo " <form action='/pkgedit.php' method='post'>\n";
- echo " <input type='hidden' name='ID' value='".$row["ID"]."'>\n";
- echo " <input type='submit' class='button' name='add_Comment' value=\"";
- echo __("Add Comment")."\">\n";
- echo " </form>\n";
- echo " </td>\n";
- echo " </tr>\n";
echo " </table>\n";
echo " </div>\n";
echo "</div>\n";