Skip to content
Snippets Groups Projects
Commit 0fbf49f1 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #2019 add font instead img

parent 5be42459
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st ...@@ -370,7 +370,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
$preview = array( $preview = array(
"type" => "preview", "type" => "preview",
"class" => "preview", "class" => "preview",
"icon" => $_SESSION['config']['businessappurl']."static.php?filename=showFrameAdminList.png", "icon" => "comment-o",
"tooltip" => _NOTES, "tooltip" => _NOTES,
"content" => '{"identifierDetailFrame" : "@@id@@", "'._DATE.'" : "@@date_note@@", "'._USER.'" : "@@lastname@@", "'._NOTES.'" : "@@note_text@@"}' "content" => '{"identifierDetailFrame" : "@@id@@", "'._DATE.'" : "@@date_note@@", "'._USER.'" : "@@lastname@@", "'._NOTES.'" : "@@note_text@@"}'
); );
...@@ -382,7 +382,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st ...@@ -382,7 +382,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
."&mode=up&id=@@id@@&identifier=".$identifier."&origin=".$origin ."&mode=up&id=@@id@@&identifier=".$identifier."&origin=".$origin
. $parameters."');", . $parameters."');",
"class" => "read", "class" => "read",
"icon" => $_SESSION['config']['businessappurl']."static.php?module=notes&filename=modif_note_small.gif", "icon" => "pencil",
// "label" => _UPDATE.'/'._DELETE, // "label" => _UPDATE.'/'._DELETE,
"tooltip" => _UPDATE.'/'._DELETION, "tooltip" => _UPDATE.'/'._DELETION,
"disabledRules" => "@@user_id@@ != '".$_SESSION['user']['UserId']."'" "disabledRules" => "@@user_id@@ != '".$_SESSION['user']['UserId']."'"
......
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