forked from Wavyzz/dolibarr
add new rule
This commit is contained in:
@@ -79,8 +79,7 @@ function tree_showpad(&$fulltree, $key, $silent = 0)
|
||||
{
|
||||
if ($fulltree[$key]['level'] == $pos) print img_picto_common('', 'treemenu/branch.gif');
|
||||
else print img_picto_common('', 'treemenu/line.gif');
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if ($fulltree[$key]['level'] == $pos) print img_picto_common('', 'treemenu/branchbottom.gif');
|
||||
else print img_picto_common('', 'treemenu/linebottom.gif');
|
||||
}
|
||||
@@ -173,8 +172,7 @@ function tree_recur($tab, $pere, $rang, $iddivjstree = 'iddivjstree', $donoreset
|
||||
print '</td><td class="right">';
|
||||
print $tab[$x]['buttons'];
|
||||
print '</td></tr></table>';
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
print $tab[$x]['entry'];
|
||||
}
|
||||
//print ' -> A '.$tab[$x]['rowid'].' mainmenu='.$tab[$x]['mainmenu'].' leftmenu='.$tab[$x]['leftmenu'].' fk_mainmenu='.$tab[$x]['fk_mainmenu'].' fk_leftmenu='.$tab[$x]['fk_leftmenu'].'<br>'."\n";
|
||||
@@ -182,8 +180,7 @@ function tree_recur($tab, $pere, $rang, $iddivjstree = 'iddivjstree', $donoreset
|
||||
// And now we search all its sons of lower level
|
||||
tree_recur($tab, $tab[$x], $rang + 1, 'iddivjstree', 0, $showfk);
|
||||
print '</li>';
|
||||
}
|
||||
elseif (!empty($tab[$x]['rowid']) && $tab[$x]['fk_menu'] == -1 && $tab[$x]['fk_mainmenu'] == $pere['mainmenu'] && $tab[$x]['fk_leftmenu'] == $pere['leftmenu'])
|
||||
} elseif (!empty($tab[$x]['rowid']) && $tab[$x]['fk_menu'] == -1 && $tab[$x]['fk_mainmenu'] == $pere['mainmenu'] && $tab[$x]['fk_leftmenu'] == $pere['leftmenu'])
|
||||
{
|
||||
//print 'rang='.$rang.'-x='.$x." rowid=".$tab[$x]['rowid']." tab[x]['fk_leftmenu'] = ".$tab[$x]['fk_leftmenu']." leftmenu pere = ".$pere['leftmenu']."<br>\n";
|
||||
if (empty($ulprinted) && !empty($pere['rowid']))
|
||||
@@ -208,8 +205,7 @@ function tree_recur($tab, $pere, $rang, $iddivjstree = 'iddivjstree', $donoreset
|
||||
print '</td><td class="right">';
|
||||
print $tab[$x]['buttons'];
|
||||
print '</td></tr></table>';
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
print $tab[$x]['entry'];
|
||||
}
|
||||
//print ' -> B '.$tab[$x]['rowid'].' mainmenu='.$tab[$x]['mainmenu'].' leftmenu='.$tab[$x]['leftmenu'].' fk_mainmenu='.$tab[$x]['fk_mainmenu'].' fk_leftmenu='.$tab[$x]['fk_leftmenu'].'<br>'."\n";
|
||||
|
||||
Reference in New Issue
Block a user