diff --git a/ChangeLog b/ChangeLog index 5b224a399..f9d2b703b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,8 @@ $Source$ #1376391). * lang/czech: Fix typo. * tbl_select.php, libraries/display_tbl.lib.php, - tbl_properties_operations.php, tbl_indexes.php: Fix XHTML. + tbl_properties_operations.php, tbl_indexes.php, db_operations.php, + server_privileges.php: Fix XHTML. * tbl_properties_export.php: Fix output before headers. * Documentation.html: Add commands how to setup config dir, note about changing permissions. diff --git a/db_operations.php b/db_operations.php index 7dbad1b4f..5cd3a61e9 100644 --- a/db_operations.php +++ b/db_operations.php @@ -172,7 +172,7 @@ if (!$is_information_schema) { '; + .' alt="" border="0" width="16" height="16" hspace="2" align="middle" />'; } echo $strDBComment; $comment = PMA_getComments($db); @@ -202,7 +202,7 @@ if (!$is_information_schema) { '; + .' alt="" width="16" height="16" />'; } echo $strDBRename . ':'; ?> @@ -232,7 +232,7 @@ if (!$is_information_schema) { '; + .' alt="" width="16" height="16" />'; } echo $strDBCopy . ':'; ?> @@ -290,11 +290,11 @@ if (!$is_information_schema) { // version 4.1.1. echo '
' . "\n" . PMA_generate_common_hidden_inputs($db, $table) - . '' . "\n" . ' '; if ($cfg['PropertiesIconic']) { echo ''; + .' alt="" width="16" height="16" />'; } echo ' ' . "\n" . ' ' . "\n" @@ -316,11 +316,8 @@ if (!$is_information_schema) { } // end if } // end if (!$is_information_schema) -// not sure about leaving the PDF dialog for information_schema -?> - - 0) { $takeaway = $url_query . '&table=' . urlencode($table); } @@ -328,7 +325,6 @@ if ($num_tables > 0) { if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> - 0) { ?> $test_rs = PMA_query_as_cu($test_query, NULL, PMA_DBI_QUERY_STORE); if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { ?> + +
'; + .' alt="" width="16" height="16" />'; } echo $strDisplayPDF; ?>: @@ -406,7 +404,7 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> echo ''; if ($cfg['PropertiesIconic']) { echo ''; + .' alt="" width="16" height="16" />'; } echo $strEditPDFPages . ''; ?> @@ -425,7 +423,7 @@ if ( $num_tables > 0 .'
  • ' . "\n"; if ($cfg['PropertiesIconic']) { echo ''; + .' alt="" width="16" height="16" />'; } echo $strImportDocSQL . '
  • ' . "\n" .''; diff --git a/server_privileges.php b/server_privileges.php index 68225f583..cc5818ab1 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -1941,7 +1941,7 @@ if ( empty( $adduser ) && empty( $checkprivs ) ) { . ' ' . $GLOBALS['strGrantOption'] . '' . "\n" . ' ' . $GLOBALS['strAction'] . '' . "\n" . ' ' . "\n" - . '' . "\n" + . '' . "\n" . '' . "\n"; $odd_row = TRUE; unset($row); @@ -2077,7 +2077,7 @@ if ( empty( $adduser ) && empty( $checkprivs ) ) { . ' ' . "\n" . ' ' . "\n" . ' ' . join(',' . "\n" . ' ', PMA_extractPrivInfo($current, TRUE)) . "\n" - . ' ' . "\n" + . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . ($current['Grant_priv'] == 'Y' ? $GLOBALS['strYes'] : $GLOBALS['strNo']) . "\n"