diff --git a/account_sponsor_page.php b/account_sponsor_page.php index be209283e7..562b7ce904 100644 --- a/account_sponsor_page.php +++ b/account_sponsor_page.php @@ -139,6 +139,17 @@
+ + + + + + + + + + + - - - - - - - - - + + + + + + + + +
@@ -146,15 +157,15 @@
  
- + + + + + + + + + + - - - - - - - - + + + + + + + + - - diff --git a/bug_sponsorship_list_view_inc.php b/bug_sponsorship_list_view_inc.php index d3c79441c8..54b006af46 100644 --- a/bug_sponsorship_list_view_inc.php +++ b/bug_sponsorship_list_view_inc.php @@ -95,7 +95,7 @@ $t_details_url = lang_get( 'sponsorship_process_url' ); if( !is_blank( $t_details_url ) ) { - echo ' [' + echo ' [' . lang_get( 'sponsorship_more_info' ) . ']'; } ?> @@ -169,7 +169,7 @@ $t_details_url = lang_get( 'sponsorship_process_url' ); if( !is_blank( $t_details_url ) ) { - echo ' [' + echo ' [' . lang_get( 'sponsorship_more_info' ) . ']'; } diff --git a/core/html_api.php b/core/html_api.php index a0e18d22bb..a186b44b86 100644 --- a/core/html_api.php +++ b/core/html_api.php @@ -1008,14 +1008,16 @@ function print_summary_submenu() { } } - echo '
'; - echo ''; - echo '
'; } /** diff --git a/core/summary_api.php b/core/summary_api.php index 1f905aa88c..3e6c83bf98 100644 --- a/core/summary_api.php +++ b/core/summary_api.php @@ -63,12 +63,12 @@ * @return void */ function summary_helper_print_row( $p_label, $p_open, $p_resolved, $p_closed, $p_total ) { - printf( '' ); - printf( '', $p_label ); - printf( '', $p_open ); - printf( '', $p_resolved ); - printf( '', $p_closed ); - printf( '', $p_total ); + echo ''; + printf( '', $p_label ); + printf( '', $p_open ); + printf( '', $p_resolved ); + printf( '', $p_closed ); + printf( '', $p_total ); echo ''; } @@ -313,7 +313,7 @@ function summary_print_by_date( array $p_date_array ) { $t_new_bugs_link = ''; echo '' . "\n"; - echo ' ' . "\n"; + echo ' ' . "\n"; if( $t_new_count > 0 ) { echo ' ' . "\n"; diff --git a/css/default.css b/css/default.css index 7239e47be4..8ac102ab96 100644 --- a/css/default.css +++ b/css/default.css @@ -50,6 +50,7 @@ td.right { text-align: right; } td.category, th.category { background-color: #c8c8e8; color: #000000; font-weight: bold; vertical-align : top; } td.category2, th.category2 { background-color: #c8c8e8; color: #000000; vertical-align : top; } td.overdue { background-color: #ff0000; color: #000000; font-weight: bold; } +td.sticky-header { background-color: #999999; } td.width30 { width: 30%; } td.col-1 { background-color: #d8d8d8; color: #000000; } td.col-2 { background-color: #e8e8e8; color: #000000; } diff --git a/manage_config_workflow_page.php b/manage_config_workflow_page.php index db81350571..fc993317bc 100644 --- a/manage_config_workflow_page.php +++ b/manage_config_workflow_page.php @@ -423,8 +423,10 @@ function access_end() { } } -echo "
\n"; +echo '' . "\n"; +echo '
'; echo form_security_field( 'manage_config_workflow_set' ); +echo '
'; if( ALL_PROJECTS == $t_project ) { $t_project_title = lang_get( 'config_all_projects' ); @@ -495,10 +497,11 @@ function access_end() { if( 0 < count( $g_overrides ) ) { echo '
' ."\n"; + echo '
' . "\n"; echo form_security_field( 'manage_config_revert' ); - echo ''; - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; echo '' . "\n"; + echo '
' . "\n"; echo '
' . "\n"; } diff --git a/manage_plugin_page.php b/manage_plugin_page.php index 94e33de408..4e91a5c2b1 100644 --- a/manage_plugin_page.php +++ b/manage_plugin_page.php @@ -79,10 +79,18 @@ function ( $p_p1, $p_p2 ) {
- +
+
@@ -264,14 +284,14 @@
  + +
%s%s%s%s%s
%s%s%s%s%s
' . $t_days . '' . $t_days . '' . $t_new_bugs_link . $t_new_count . '
- + + + + + + + + @@ -93,12 +101,12 @@ function ( $p_p1, $p_p2 ) { - - - - - - + + + + + + @@ -214,7 +222,12 @@ function ( $p_p1, $p_p2 ) {
- + + + + + + @@ -225,10 +238,10 @@ function ( $p_p1, $p_p2 ) { - - - - + + + + diff --git a/plugins/MantisCoreFormatting/pages/config.php b/plugins/MantisCoreFormatting/pages/config.php index 6352a6538d..d102d9cbc6 100644 --- a/plugins/MantisCoreFormatting/pages/config.php +++ b/plugins/MantisCoreFormatting/pages/config.php @@ -35,10 +35,16 @@
+
+
- +++ + + + - - - diff --git a/plugins/MantisGraph/pages/config.php b/plugins/MantisGraph/pages/config.php index 91b6921026..de4849579e 100644 --- a/plugins/MantisGraph/pages/config.php +++ b/plugins/MantisGraph/pages/config.php @@ -70,7 +70,9 @@ function print_font_checked( $p_font_name ) {
+
+
@@ -46,15 +52,15 @@
+
+ +
diff --git a/plugins/MantisGraph/pages/summary_graph_imp_category.php b/plugins/MantisGraph/pages/summary_graph_imp_category.php index 017364c1ad..3d5a5c1fa7 100644 --- a/plugins/MantisGraph/pages/summary_graph_imp_category.php +++ b/plugins/MantisGraph/pages/summary_graph_imp_category.php @@ -51,7 +51,7 @@ - diff --git a/plugins/MantisGraph/pages/summary_jpgraph_page.php b/plugins/MantisGraph/pages/summary_jpgraph_page.php index 07616e9787..d514ed6acc 100644 --- a/plugins/MantisGraph/pages/summary_jpgraph_page.php +++ b/plugins/MantisGraph/pages/summary_jpgraph_page.php @@ -57,7 +57,7 @@ if( 0 == ( $t_pos % $t_wide ) ) { print( "\n" ); } - echo ''; if( ( $t_wide - 1 ) == ( $t_pos % $t_wide ) ) { diff --git a/plugins/XmlImportExport/pages/import.php b/plugins/XmlImportExport/pages/import.php index 4025f549d8..55faf6a4be 100644 --- a/plugins/XmlImportExport/pages/import.php +++ b/plugins/XmlImportExport/pages/import.php @@ -45,11 +45,16 @@
+
- +
+
'; + echo ''; printf( '', plugin_page( $t_graphs[$t_pos] ), $t_graph_width ); echo '
++ + + - - - - - + @@ -259,7 +259,7 @@ - + diff --git a/view_all_inc.php b/view_all_inc.php index 337415206e..a9b625a078 100644 --- a/view_all_inc.php +++ b/view_all_inc.php @@ -196,7 +196,7 @@ function write_bug_rows( array $p_rows ) { if( ( 0 == $t_row->sticky ) && $t_in_stickies ) { # demarcate stickies, if any have been shown ?> - +
+
(' . lang_get( 'max_file_size_label' ) . ' ' . number_format( $t_max_file_size / 1000 ) . 'k)'?>
+ @@ -80,7 +85,7 @@
+ @@ -106,7 +111,7 @@
+ diff --git a/print_all_bug_page.php b/print_all_bug_page.php index c9a8d6b7d7..487c3971b1 100644 --- a/print_all_bug_page.php +++ b/print_all_bug_page.php @@ -120,12 +120,13 @@ - - - - - - +
+ + + + + +
Excel & Print export @@ -159,8 +160,8 @@ $t_search = urlencode( $f_search ); $t_icons = array( - array( 'print_all_bug_page_word', 'word', '', 'fileicons/doc.gif', 'Word 2000' ), - array( 'print_all_bug_page_word', 'html', 'target="_blank"', 'ie.gif', 'Word View' ) ); + array( 'print_all_bug_page_word', 'word', 'fileicons/doc.gif', 'Word 2000' ), + array( 'print_all_bug_page_word', 'html', 'ie.gif', 'Word View' ) ); foreach ( $t_icons as $t_icon ) { echo '' . + '">' . '' . $t_icon[4] . ' '; } ?> @@ -242,12 +243,14 @@ } # isset_loop } # for_loop ?> -
-
- - +
+ +
+

+ +