diff --git a/gis_data_editor.php b/gis_data_editor.php index 0697bd7a28..1dcb1d5d5a 100644 --- a/gis_data_editor.php +++ b/gis_data_editor.php @@ -141,7 +141,7 @@ echo '
'; echo '
'; -echo '
'; +echo '
'; echo ''; echo ''; diff --git a/js/db_structure.js b/js/db_structure.js index 699f78d578..f9c3f10223 100644 --- a/js/db_structure.js +++ b/js/db_structure.js @@ -192,7 +192,7 @@ AJAX.registerOnload('db_structure.js', function () { * */ var jqConfirm = function(msg, success) { - var dialogObj = $("
"+msg+"
"); + var dialogObj = $("
"+msg+"
"); $('body').append(dialogObj); var buttonOptions = {}; buttonOptions[PMA_messages.strContinue] = function () { @@ -273,7 +273,7 @@ AJAX.registerOnload('db_structure.js', function () { }).done(function(data) { - var dialogObj = $("
"+data+"
"); + var dialogObj = $("
"+data+"
"); $('body').append(dialogObj); var buttonOptions = {}; buttonOptions[PMA_messages.strContinue] = function () { diff --git a/js/functions.js b/js/functions.js index 162bf42129..5b0e3546ea 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3600,7 +3600,7 @@ AJAX.registerOnload('functions.js', function () { } var seeMore = ''; if (list_size > maxRows) { - seeMore = "
" + + seeMore = "
" + "" + PMA_messages.seeMore + "
"; } var central_columns_dialog = "
" + @@ -3684,7 +3684,7 @@ AJAX.registerOnload('functions.js', function () { while (num_new_rows--) { $enum_editor_dialog.find('.values') .append( - "" + + "" + "" + "" + PMA_getImage('b_drop.png') + diff --git a/libraries/ErrorHandler.php b/libraries/ErrorHandler.php index 3eaba73c44..cee46c8552 100644 --- a/libraries/ErrorHandler.php +++ b/libraries/ErrorHandler.php @@ -347,7 +347,7 @@ class ErrorHandler . ' id="pma_report_errors_form"'; if ($GLOBALS['cfg']['SendErrorReports'] == 'always') { // in case of 'always', generate 'invisible' form. - $retval .= ' style="display:none;"'; + $retval .= ' class="hide"'; } $retval .= '>' . '' - . '' - . '' + . '
' + . '
' . '' . self::getFormattedMaximumUploadSize($max_upload_size) . "\n" // some browsers should respect this :) diff --git a/libraries/central_columns.lib.php b/libraries/central_columns.lib.php index 30205fbc95..524ca5970d 100644 --- a/libraries/central_columns.lib.php +++ b/libraries/central_columns.lib.php @@ -688,7 +688,7 @@ function PMA_getCentralColumnsTableHeader($class='', $title='', $actionCount=0) $tableheader = ''; $tableheader .= '' . '' - . '' + . '' . $action . '' . __('Name') . '
' @@ -849,7 +849,7 @@ function PMA_getHTMLforCentralColumnsTableRow($row, $row_num, $db) . '' . Util::getIcon('b_drop.png', __('Delete')) . '' . '' - . '' + . '' . ''; diff --git a/libraries/config/FormDisplay.tpl.php b/libraries/config/FormDisplay.tpl.php index 2cd0ef782f..1e0b3336d9 100644 --- a/libraries/config/FormDisplay.tpl.php +++ b/libraries/config/FormDisplay.tpl.php @@ -328,15 +328,14 @@ function PMA_displayInput($path, $name, $type, $value, $description = '', . $icons['tblops'] . ''; } if (isset($opts['setvalue']) && $opts['setvalue']) { - $htmlOutput .= ''; + . '">' . $icons['edit'] . ''; } if (isset($opts['show_restore_default']) && $opts['show_restore_default']) { - $htmlOutput .= ''; + $htmlOutput .= '' . $icons['reload'] . ''; } // this must match with displayErrors() in scripts/config.js if ($has_errors) { diff --git a/libraries/display_change_password.lib.php b/libraries/display_change_password.lib.php index 7639906be2..11f77cb57f 100644 --- a/libraries/display_change_password.lib.php +++ b/libraries/display_change_password.lib.php @@ -109,9 +109,9 @@ function PMA_getHtmlForChangePassword($mode, $username, $hostname) . '' . ''; - $html .= '
' . Message::notice( diff --git a/libraries/display_import.lib.php b/libraries/display_import.lib.php index a0a5fcf66a..d6beff2cf8 100644 --- a/libraries/display_import.lib.php +++ b/libraries/display_import.lib.php @@ -424,11 +424,11 @@ function PMA_getHtmlForImport( global $SESSION_KEY; $html = ''; $html .= ''; - $html .= ''; + . 'width="1" height="1" class="hide">'; + $html .= '
'; $html .= '
'; $html .= ' ajax clock'; + . 'width="16" height="16" alt="ajax clock" class="hide" />'; $html .= PMA_getHtmlForImportJS($upload_id); diff --git a/libraries/navigation/NavigationTree.php b/libraries/navigation/NavigationTree.php index 5db11df455..c1b23d5bfd 100644 --- a/libraries/navigation/NavigationTree.php +++ b/libraries/navigation/NavigationTree.php @@ -892,7 +892,7 @@ class NavigationTree $retval = false; } else { $this->groupTree(); - $retval = "
\n"; - $retval .= "
\n"; + $retval .= "
\n"; $retval .= "
"; $retval .= "\n"; return $retval; } // end PMA_EVN_getFooterLinks() - diff --git a/libraries/rte/rte_list.lib.php b/libraries/rte/rte_list.lib.php index da235897cf..7cf777e31e 100644 --- a/libraries/rte/rte_list.lib.php +++ b/libraries/rte/rte_list.lib.php @@ -81,7 +81,7 @@ function PMA_RTE_getList($type, $items) $retval .= " " . __('Type') . "\n"; $retval .= " " . __('Returns') . "\n"; $retval .= " \n"; - $retval .= " \n"; // see comment above + $retval .= " \n"; // see comment above for ($i = 0; $i < 7; $i++) { $retval .= " \n"; } @@ -96,7 +96,7 @@ function PMA_RTE_getList($type, $items) $retval .= " " . __('Time') . "\n"; $retval .= " " . __('Event') . "\n"; $retval .= " \n"; - $retval .= " \n"; // see comment above + $retval .= " \n"; // see comment above for ($i = 0; $i < (empty($table) ? 7 : 6); $i++) { $retval .= " \n"; } @@ -108,7 +108,7 @@ function PMA_RTE_getList($type, $items) $retval .= " " . __('Action') . "\n"; $retval .= " " . __('Type') . "\n"; $retval .= " \n"; - $retval .= " \n"; // see comment above + $retval .= " \n"; // see comment above for ($i = 0; $i < 6; $i++) { $retval .= " \n"; } diff --git a/libraries/rte/rte_routines.lib.php b/libraries/rte/rte_routines.lib.php index bef925cd61..65d339b0c6 100644 --- a/libraries/rte/rte_routines.lib.php +++ b/libraries/rte/rte_routines.lib.php @@ -904,7 +904,7 @@ function PMA_RTN_getEditorForm($mode, $operation, $routine) } else { $retval .= "\n" - . "
\n" . $routine['item_type'] . "\n" . "
\n" diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 096fe705e3..60001c2a06 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -1532,7 +1532,7 @@ function PMA_getHtmlForLoginInformationFields( : '') . ' />' . "\n"; $html_output .= '