diff --git a/libraries/db_routines.inc.php b/libraries/db_routines.inc.php index 3d67dfe927..1007eb6559 100644 --- a/libraries/db_routines.inc.php +++ b/libraries/db_routines.inc.php @@ -581,7 +581,7 @@ function displayRoutineEditor($mode, $operation, $routine, $errors) { $retval .= " " . __('Parameters') . "\n"; $retval .= " \n"; // parameter handling start - $retval .= " \n"; + $retval .= "
\n"; $retval .= " \n"; $retval .= " \n"; $retval .= " \n"; @@ -987,7 +987,7 @@ if (! empty($_REQUEST['execute_routine']) && ! empty($_REQUEST['routine_name'])) . PMA_generate_common_hidden_inputs($db, $table) . "\n"; echo '
' . "\n" . "{$routine['name']}\n"; - echo "
" . __('Direction') . "" . __('Name') . "
\n"; + echo "
\n"; echo "\n"; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index bc8723d8fb..f4a23c9029 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1754,10 +1754,6 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -.rte_table { - width: 100%; -} - .rte_table td { vertical-align: middle; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 78bce2326a..1bfb64864b 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2094,10 +2094,6 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -.rte_table { - width: 100%; -} - .rte_table td { vertical-align: middle; }
\n"; echo __('Routine Parameters'); echo "