diff --git a/db_qbe.php b/db_qbe.php index 529c895e60..af6eadbb0d 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -614,7 +614,7 @@ echo PMA_generate_common_hidden_inputs($url_params); -   +   : -   +   @@ -656,7 +656,7 @@ foreach ($tbl_names as $key => $val) { -   +  
%s:'), PMA_getDbLink($db)); ?> diff --git a/db_search.php b/db_search.php index c395425c86..9bb08a2c4d 100644 --- a/db_search.php +++ b/db_search.php @@ -267,7 +267,7 @@ if ($GLOBALS['is_ajax_request'] == true) { * 2. Displays the main search form */ ?> - +
method="post" action="db_search.php" name="db_search">
@@ -278,7 +278,7 @@ if ($GLOBALS['is_ajax_request'] == true) { - + - + - + diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index af896e458d..4e16a995c6 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -781,7 +781,7 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ ' . "\n" + $vertical_display['textbtn'] = ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; } // end vertical mode @@ -1034,12 +1034,12 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ if ($GLOBALS['cfg']['BrowseMarkerEnable'] == true) { $th_class[] = 'marker'; } - echo ' class="' . implode(' ', $th_class) . '"'; + echo ' class="' . implode(' ', $th_class); if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { - echo ' valign="bottom"'; + echo ' vbottom'; } - echo '>' . $order_link . $comments . ''; + echo '">' . $order_link . $comments . ''; } $vertical_display['desc'][] = ' ' . "\n" + $vertical_display['textbtn'] = ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; } // end vertical mode diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index fc77a913f5..f716c0f7f5 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -657,7 +657,7 @@ function addField() if ($action == 'tbl_create.php') { ?> - + + diff --git a/tbl_change.php b/tbl_change.php index 4d17253625..438d1d908d 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -1049,7 +1049,7 @@ foreach ($rows as $row_id => $vrow) {
  : @@ -688,7 +688,7 @@ if ($action == 'tbl_create.php') { -
- - - - diff --git a/tbl_printview.php b/tbl_printview.php index 34a276b371..bfbaa6ca23 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -265,7 +265,7 @@ foreach ($the_tables as $key => $table) { -
+ +        + +
+ @@ -321,7 +321,7 @@ foreach ($the_tables as $key => $table) { -
  + diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index aa880ad886..e243433384 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -167,11 +167,15 @@ th.right, td.right { text-align: right; } -th.vtop, td.vtop { +tr.vtop, th.vtop, td.vtop { vertical-align: top; } -th.vbottom, td.vbottom { +tr.vmiddle, th.vmiddle, td.vmiddle { + vertical-align: middle; +} + +tr.vbottom, th.vbottom, td.vbottom { vertical-align: bottom; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 5ed1f4297e..ffc83d839a 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -363,11 +363,15 @@ th.right, td.right { text-align: right; } -th.vtop, td.vtop { +tr.vtop, th.vtop, td.vtop { vertical-align: top; } -th.vbottom, td.vbottom { +tr.vmiddle, th.vmiddle, td.vmiddle { + vertical-align: middle; +} + +tr.vbottom, th.vbottom, td.vbottom { vertical-align: bottom; }