mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
d245f691ee
commit
f4bfe44876
1 changed files with 0 additions and 9 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue