mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed visual erros in metapolicies
This commit is contained in:
parent
d0b6c9775f
commit
2c9a613f1b
@ -2504,10 +2504,22 @@ function ui_print_page_header ($title, $icon = "", $return = false,
|
|||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($help != "")
|
if(!is_metaconsole()){
|
||||||
|
if ($help != ""){
|
||||||
$buffer .= "<div class='head_help' style='float: right; margin-top: -2px !important;'>" .
|
$buffer .= "<div class='head_help' style='float: right; margin-top: -2px !important;'>" .
|
||||||
ui_print_help_icon ($help, true, '', 'images/help_w.png') . "</div>";
|
ui_print_help_icon ($help, true, '', 'images/help_w.png') . "</div>";
|
||||||
$buffer .= '</span></li></ul></div>';
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$buffer .= '</span>';
|
||||||
|
|
||||||
|
if(is_metaconsole()){
|
||||||
|
if ($help != ""){
|
||||||
|
$buffer .= "<div class='head_help'>" . ui_print_help_icon ($help, true) . "</div>";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$buffer .= '</li></ul></div>';
|
||||||
|
|
||||||
if (is_array($options)) {
|
if (is_array($options)) {
|
||||||
$buffer .= '<div id="menu_tab"><ul class="mn">';
|
$buffer .= '<div id="menu_tab"><ul class="mn">';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user