mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Ficed error with titles images
This commit is contained in:
parent
c6e282b3cd
commit
a1257b8ad9
@ -2298,7 +2298,7 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "",
|
||||
$buffer = '<div id="'.$type2.'" style=""><div id="menu_tab_left">';
|
||||
|
||||
|
||||
$buffer .= '<ul class="mn"><li class="' . $type . '"> ' . html_print_image($icon, true, array("style" => "vertical-align:middle;", "class" => "bottom", "border" => "0", "alt" => "")) . ' ';
|
||||
$buffer .= '<ul class="mn"><li class="' . $type . '"> ' . html_print_image($icon, true, array("style" => "vertical-align:middle;", "class" => "bottom", "border" => "0", "alt" => "", "title" => $title)) . ' ';
|
||||
$buffer .= '<span style="display: inline-block; vertical-align: top; margin-top: 2px;">' .
|
||||
ui_print_truncate_text($title, 38);
|
||||
if ($help != "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user