From 775ff68df37a584c066c35b1fb3690a14bf681ea Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 8 Jun 2015 20:11:33 +0530 Subject: [PATCH] Align labels in table operations page Signed-off-by: Madhura Jayaratne --- libraries/operations.lib.php | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 38c09b1db9..58f012497d 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -862,11 +862,13 @@ function PMA_getTableOptionDiv($comment, $tbl_collation, $tbl_storage_engine, */ function PMA_getHtmlForRenameTable() { - $html_output = '' . __('Rename table to') . '' + $html_output = '' . __('Rename table to') . '' . '' . '' + . '' + . '' . '' . '' . ''; $html_output .= PMA_Util::getDropdown( @@ -1069,11 +1071,14 @@ function PMA_getTableOptionFieldset($comment, $tbl_collation, function PMA_getHtmlForTableRow($attribute, $label, $val) { return '' - . '' - . '' + . '' + . '' + . '' + . '' + . '' + . '' . ''; }