From 3ad885bf2e362a4a4005d39ef4c1aa729b16c6cd Mon Sep 17 00:00:00 2001 From: Rafik Robeal Date: Sat, 22 Nov 2014 12:12:26 -0800 Subject: [PATCH] Restyle the send reminder form Fixes #17832 Signed-off-by: Victor Boctor --- bug_reminder_page.php | 46 +++++++++++++++++++++---------------------- css/default.css | 8 ++++++-- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/bug_reminder_page.php b/bug_reminder_page.php index 4ff504c6dd..f3c4ab94c0 100644 --- a/bug_reminder_page.php +++ b/bug_reminder_page.php @@ -70,11 +70,11 @@
-
- +
+
- - - - - +
@@ -84,39 +84,38 @@ - -
- view_state === VS_PRIVATE ) { - $t_private_bug_threshold = config_get( 'private_bug_threshold' ); - if( $t_private_bug_threshold > $t_access_level ) { - $t_access_level = $t_private_bug_threshold; - } + $t_project_id = bug_get_field( $f_bug_id, 'project_id' ); + $t_access_level = config_get( 'reminder_receive_threshold' ); + if( $t_bug->view_state === VS_PRIVATE ) { + $t_private_bug_threshold = config_get( 'private_bug_threshold' ); + if( $t_private_bug_threshold > $t_access_level ) { + $t_access_level = $t_private_bug_threshold; } - $t_selected_user_id = 0; - print_user_option_list( $t_selected_user_id, $t_project_id, $t_access_level ); + } + $t_selected_user_id = 0; + print_user_option_list( $t_selected_user_id, $t_project_id, $t_access_level ); ?> - -
- + + + +
+
+ +
+
-
+
@@ -132,7 +131,6 @@
-
img { border: none; } form { display: inline; } input {} -input.button {} -input.button-small { font-size: 1em; } +input.button {} +input.button-small { font-size: 1em; } textarea {} +textarea.width100 { width: 100%; } + select {} +select.width100 { width: 100%; } +select.width20 { width: 20%; } span { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; } span.print { font-size: 8pt; }