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.
This commit is contained in:
eliott 2007-11-17 07:06:30 -08:00 committed by Dan McGee
parent d245f691ee
commit f4bfe44876

View file

@ -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 " </table>\n";
echo " </div>\n"; echo " </div>\n";
echo "</div>\n"; echo "</div>\n";