Skip to content
Snippets Groups Projects
Commit 133645a7 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #2222 enlever preview note dans la liste des notes

parent cef636cb
No related branches found
No related tags found
No related merge requests found
......@@ -367,14 +367,14 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
//Action icons array
$paramsTab['actionIcons'] = array();
$preview = array(
"type" => "preview",
"class" => "preview",
"icon" => "comment-o",
"tooltip" => _NOTES,
"content" => '{"identifierDetailFrame" : "@@id@@", "'._DATE.'" : "@@date_note@@", "'._USER.'" : "@@lastname@@", "'._NOTES.'" : "@@note_text@@"}'
);
array_push($paramsTab['actionIcons'], $preview);
// $preview = array(
// "type" => "preview",
// "class" => "preview",
// "icon" => "comment-o",
// "tooltip" => _NOTES,
// "content" => '{"identifierDetailFrame" : "@@id@@", "'._DATE.'" : "@@date_note@@", "'._USER.'" : "@@lastname@@", "'._NOTES.'" : "@@note_text@@"}'
// );
// array_push($paramsTab['actionIcons'], $preview);
$read = array(
"script" => "showNotesForm('".$_SESSION['config']['businessappurl']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment