mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
[Visual] Refixed help images on node
This commit is contained in:
parent
6093f6a0d8
commit
e37768097f
@ -1113,7 +1113,7 @@ function ui_print_help_icon ($help_id, $return = false, $home_url = '', $image =
|
|||||||
"onclick" => "open_help ('" . $help_id . "','" . $home_url . "','" . $config['id_user'] . "')"
|
"onclick" => "open_help ('" . $help_id . "','" . $home_url . "','" . $config['id_user'] . "')"
|
||||||
),
|
),
|
||||||
false,
|
false,
|
||||||
$is_relative
|
$is_relative && is_metaconsole()
|
||||||
);
|
);
|
||||||
if (!$return)
|
if (!$return)
|
||||||
echo $output;
|
echo $output;
|
||||||
@ -1918,7 +1918,13 @@ function ui_print_session_action_icon ($action, $return = false) {
|
|||||||
function ui_print_help_tip ($text, $return = false, $img = 'images/tip.png', $is_relative = false) {
|
function ui_print_help_tip ($text, $return = false, $img = 'images/tip.png', $is_relative = false) {
|
||||||
$output =
|
$output =
|
||||||
'<a href="javascript:" class="tip" >' .
|
'<a href="javascript:" class="tip" >' .
|
||||||
html_print_image ($img, true, array('title' => $text), false, $is_relative) .
|
html_print_image (
|
||||||
|
$img,
|
||||||
|
true,
|
||||||
|
array('title' => $text),
|
||||||
|
false,
|
||||||
|
$is_relative && is_metaconsole()
|
||||||
|
) .
|
||||||
'</a>';
|
'</a>';
|
||||||
|
|
||||||
if ($return)
|
if ($return)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user