Change header help icon function #Noticket

This commit is contained in:
enriquecd 2016-11-22 11:33:00 +01:00
parent 9589f61199
commit e7ea4bbda8
2 changed files with 6 additions and 2 deletions

View File

@ -44,7 +44,7 @@ switch ($tipo) {
break;
case "helpmodal":
echo "icono_info.png";
break;
break;
case "modulemodal":
echo "icono_popup.png";
break;

View File

@ -273,7 +273,11 @@ config_check();
$table->data[0][3] = $maintenance_img;
// Main help icon
$table->data[0][4] = '<a href="#" class="modalpopup" id="helpmodal"><img src="images/header_help.png""></a>';
$table->data[0][4] = '<a href="#" class="modalpopup" id="helpmodal">'.html_print_image("images/header_help.png",
true, array(
"title" => __('Main help'),
"id" => "helpmodal",
"class" => "modalpopup")).'</a>';
// Logout
$table->data[0][5] = '<a class="white" href="' . ui_get_full_url('index.php?bye=bye') . '">';