From 783895de7319942ded3708a51a2aed4bfc7ddfda Mon Sep 17 00:00:00 2001 From: tardo Date: Tue, 2 Oct 2007 14:47:51 -0400 Subject: Move "Add Comment" button to Actions bar. The lonely button now gains some friends. Signed-off-by: tardo --- web/lib/pkgfuncs.inc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 66fa9ec9..c5e1719c 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -462,7 +462,15 @@ function package_details($id=0, $SID="") { echo "
\n"; echo "
".__("Actions")."
\n"; echo "
\n"; - echo "
\n"; + + # Add Comment button + # + echo " \n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo "
\n"; echo " \n"; echo " \n"; # Voting Button @@ -523,13 +531,11 @@ function package_details($id=0, $SID="") { echo "\n"; } - echo "
\n"; echo "
\n"; echo "
\n"; echo "\n
\n\n"; } - # Comments # echo "
\n"; -- cgit v1.2.3-24-g4f1b