From ba120ca30457e1a146350871fa83757b501db16a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 May 2012 13:45:17 -0400 Subject: Refactor package comment form * Adjust style to match the overall layout. * Use proper HTML tags and double quotes. * Remove the "Reset" button. Signed-off-by: Lukas Fleischer Signed-off-by: canyonknight --- web/template/pkg_comment_form.php | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'web') diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php index 7606ce9..0fcfa7c 100644 --- a/web/template/pkg_comment_form.php +++ b/web/template/pkg_comment_form.php @@ -49,20 +49,27 @@ if (isset($_REQUEST['comment'])) { # Prompt visitor for comment ?> -
-
' method='post'> -
+
+

+ +
' . __('Comment has been added.') . ''; + echo '

' . __('Comment has been added.') . '

'; } ?> - -
-
- " /> - " /> -
+
+ +
+

+ + +

+

+ + " /> +

+
-- cgit v1.2.3-54-g00ecf