Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
8ed1734f6b
@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3547825 [edit] BLOB download no longer works
|
||||
- bug #3541966 [config] Error in generated configuration arrray
|
||||
- bug #3553551 [GUI] Invalid HTML code in multi submits confirmation form
|
||||
[interface] Designer sometimes places tables on the top menu
|
||||
|
||||
3.5.2.1 (2012-08-03)
|
||||
- [security] Fixed local path disclosure vulnerability, see PMASA-2012-3
|
||||
|
||||
@ -189,8 +189,8 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
|
||||
|
||||
<table id="<?php echo $t_n_url ?>" cellpadding="0" cellspacing="0" class="pmd_tab"
|
||||
style="position: absolute;
|
||||
left: <?php if (isset($tab_pos[$t_n])) echo $tab_pos[$t_n]["X"]; else echo rand(180, 800); ?>px;
|
||||
top: <?php if (isset($tab_pos[$t_n])) echo $tab_pos[$t_n]["Y"]; else echo rand(30, 500); ?>px;
|
||||
left: <?php if (isset($tab_pos[$t_n])) echo $tab_pos[$t_n]["X"]; else echo rand(20, 700); ?>px;
|
||||
top: <?php if (isset($tab_pos[$t_n])) echo $tab_pos[$t_n]["Y"]; else echo rand(90, 550); ?>px;
|
||||
visibility: <?php if (isset($tab_pos[$t_n])) echo $tab_pos[$t_n]["H"] ? "visible" : "hidden"; ?>;
|
||||
">
|
||||
<thead>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user