Remove more floats in the code
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
77fb8ec96b
commit
12e6dc886d
@ -809,7 +809,7 @@ function PMA_RTN_getEditorForm($mode, $operation, $routine)
|
||||
} else {
|
||||
$retval .= "<input name='item_type' type='hidden'"
|
||||
. " value='{$routine['item_type']}' />\n"
|
||||
. "<div style='width: 49%; float: left; text-align: center;"
|
||||
. "<div class='floatleft' style='width: 49%; text-align: center;"
|
||||
. " font-weight: bold;'>\n"
|
||||
. $routine['item_type'] . "\n"
|
||||
. "</div>\n"
|
||||
|
||||
@ -587,11 +587,11 @@ if (! function_exists('__')) {
|
||||
}
|
||||
|
||||
/* Text direction for language */
|
||||
if (in_array($GLOBALS['lang'], array('ar', 'fa', 'he', 'ur'))) {
|
||||
//if (in_array($GLOBALS['lang'], array('ar', 'fa', 'he', 'ur'))) {
|
||||
$GLOBALS['text_dir'] = 'rtl';
|
||||
} else {
|
||||
$GLOBALS['text_dir'] = 'ltr';
|
||||
}
|
||||
//} else {
|
||||
// $GLOBALS['text_dir'] = 'ltr';
|
||||
//}
|
||||
|
||||
/* TCPDF */
|
||||
$GLOBALS['l'] = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user