Merge branch 'QA_3_5'

Conflicts:
	pmd_general.php
This commit is contained in:
Madhura Jayaratne 2012-08-04 22:18:41 +05:30
commit 4de69abcf7
2 changed files with 3 additions and 2 deletions

View File

@ -55,6 +55,7 @@ VerboseMultiSubmit, ReplaceHelpImg
- 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

View File

@ -217,9 +217,9 @@ 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
echo isset($tab_pos[$t_n]) ? $tab_pos[$t_n]["X"] : rand(180, 800); ?>px;
echo isset($tab_pos[$t_n]) ? $tab_pos[$t_n]["X"] : rand(20, 700); ?>px;
top: <?php
echo isset($tab_pos[$t_n]) ? $tab_pos[$t_n]["Y"] : rand(30, 500); ?>px;
echo isset($tab_pos[$t_n]) ? $tab_pos[$t_n]["Y"] : rand(90, 550); ?>px;
visibility: <?php
echo ! isset($tab_pos[$t_n]) || $tab_pos[$t_n]["H"]
? "visible"