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/html/css/containers.css | 4 ++++ web/lib/pkgfuncs.inc | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/web/html/css/containers.css b/web/html/css/containers.css index e42bd5a..63eb4b4 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -212,3 +212,7 @@ font-size: 12px; } + form.actions + { + display: inline; + } diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 66fa9ec..c5e1719 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-70-g09d2