From 593b69a98dd1a945b10dbc0bd9425ac7a9342030 Mon Sep 17 00:00:00 2001 From: Paul Mattal Date: Thu, 11 Oct 2007 09:10:44 -0400 Subject: Revert "Move "Add Comment" button to Actions bar." This reverts commit 9b4472ef2fb91e91539def70f905cfe1ec6a8a3a. We have decided to put the button by itself on the bottom, so it does not get lost. This might be reconsidered in later UI revamping. --- web/html/css/containers.css | 4 ---- web/lib/pkgfuncs.inc | 21 ++++++++++++--------- 2 files changed, 12 insertions(+), 13 deletions(-) (limited to 'web') diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 63eb4b4c..e42bd5a1 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -212,7 +212,3 @@ font-size: 12px; } - form.actions - { - display: inline; - } diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index c5e1719c..300593b7 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -462,15 +462,7 @@ function package_details($id=0, $SID="") { echo "
\n"; echo "
".__("Actions")."
\n"; echo "
\n"; - - # Add Comment button - # - echo "
\n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; + echo " \n"; echo " \n"; echo " \n"; # Voting Button @@ -531,11 +523,13 @@ function package_details($id=0, $SID="") { echo "\n"; } + echo "
\n"; echo "
\n"; echo "
\n"; echo "\n
\n\n"; } + # Comments # echo "
\n"; @@ -591,6 +585,15 @@ function package_details($id=0, $SID="") { } } + echo " \n"; + echo " \n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo " \n"; + echo " \n"; echo " \n"; echo "
\n"; echo "\n"; -- cgit v1.2.3-24-g4f1b