Skip to content
Snippets Groups Projects
Commit 0d57586f authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #2025 add font-awesome CSS

parent 0bb95465
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
."index.php?display=true&module=sendmail&page=sendmail_ajax_content"
."&mode=read&id=@@email_id@@&identifier=".$identifier."&origin=".$origin
. $parameters."');",
"icon" => $_SESSION['config']['businessappurl']."static.php?filename=icon_read.png",
"icon" => 'eye',
"tooltip" => _READ
);
array_push($paramsTab['actionIcons'], $read);
......@@ -339,7 +339,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
."index.php?display=true&module=sendmail&page=sendmail_ajax_content"
."&mode=transfer&id=@@email_id@@&identifier=".$identifier."&origin=".$origin
. $parameters."');",
"icon" => $_SESSION['config']['businessappurl']."static.php?filename=nature_send.gif",
"icon" => "mail-forward",
"tooltip" => _TRANSFER_EMAIL,
"disabledRules" => "@@user_id@@ != '".$_SESSION['user']['UserId']."' || @@email_status@@ != 'S'"
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment