diff --git a/db_qbe.php b/db_qbe.php index de8bbe31e2..767933fd9f 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -369,7 +369,7 @@ for ($y = 0; $y <= $row; $y++) { - +
: @@ -451,7 +451,7 @@ for ($y = 0; $y <= $row; $y++) {
- +
: diff --git a/db_tracking.php b/db_tracking.php index 76c24fb713..765e39bb1f 100644 --- a/db_tracking.php +++ b/db_tracking.php @@ -185,7 +185,7 @@ if (isset($my_tables)) { - + diff --git a/js/import.js b/js/import.js index 98e34fafe1..f1ab31bfe0 100644 --- a/js/import.js +++ b/js/import.js @@ -81,4 +81,5 @@ $(document).ready(function() { $("#scroll_to_options_msg").hide(); $(".format_specific_options").css({ "border": 0, "margin": 0, "padding": 0 }); $(".format_specific_options h3").remove(); + //$("form[name=import] *").unwrap(); }); diff --git a/js/rte/common.js b/js/rte/common.js index a1a553cdea..859d6e1efc 100644 --- a/js/rte/common.js +++ b/js/rte/common.js @@ -334,7 +334,7 @@ $(document).ready(function () { var $table = $curr_row.parent(); // Check how many rows will be left after we remove // the one that the user has requested us to remove - if ($table.find('tr').length === 2) { + if ($table.find('tr').length === 3) { // If there are two rows left, it means that they are // the header of the table and the rows that we are // about to remove, so after the removal there will be diff --git a/libraries/Index.class.php b/libraries/Index.class.php index 76f4742601..750d52c51f 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -473,9 +473,9 @@ class PMA_Index if (! $print_mode) { $this_params = $GLOBALS['url_params']; $this_params['index'] = $index->getName(); - $r .= '\n"; $retval .= " \n"; $retval .= " \n"; $retval .= " \n"; - $retval .= "
' . ' ' . "\n"; + echo '
' . "\n"; if ($message instanceof PMA_Message) { if (isset($GLOBALS['special_message'])) { @@ -1334,11 +1334,11 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view // document.write conflicts with jQuery, hence used $().append() echo ""; } @@ -2790,21 +2790,24 @@ function PMA_toggleButton($action, $select_name, $options, $callback) $retval .= "
\n"; $retval .= " \n"; + $retval .= str_replace(' ', ' ', $options[1]['label']) . "\n"; + $retval .= "
\n"; $retval .= "
 
\n"; $retval .= " $link_off\n"; $retval .= "
"; - $retval .= str_replace(' ', ' ', $options[0]['label']) . "
\n"; + $retval .= str_replace(' ', ' ', $options[0]['label']) . "\n"; $retval .= " \n"; + $retval .= "
\n"; + $retval .= "
\n"; $retval .= " $callback\n"; $retval .= " {$GLOBALS['text_dir']}\n"; $retval .= " \n"; @@ -3316,7 +3319,13 @@ function PMA_ajaxResponse($message, $success = true, $extra_data = array()) */ function PMA_browseUploadFile($max_upload_size) { - echo ''; + if ($GLOBALS['is_upload'] && !empty($GLOBALS['cfg']['UploadDir'])) { + echo '