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

FEAT #2016 change icon

parent 0f847184
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,7 @@ if(isset($_REQUEST['id']) && !empty($_REQUEST['id'])) { ...@@ -310,7 +310,7 @@ if(isset($_REQUEST['id']) && !empty($_REQUEST['id'])) {
. "&mode=remove&origin=fileplan&fileplan_id=".$fileplan_id . "&mode=remove&origin=fileplan&fileplan_id=".$fileplan_id
. "&actual_position_id=". $position_id."&res_id=@@res_id@@" . "&actual_position_id=". $position_id."&res_id=@@res_id@@"
. "&coll_id=@@coll_id@@".$parameters."')", . "&coll_id=@@coll_id@@".$parameters."')",
"icon" => "files-o", "icon" => "trash-o",
"tooltip" => _REMOVED_DOC_FROM_POSITION, "tooltip" => _REMOVED_DOC_FROM_POSITION,
"alertText" => _REALLY_REMOVE_DOC_FROM_POSITION.": ".$description."?", "alertText" => _REALLY_REMOVE_DOC_FROM_POSITION.": ".$description."?",
//"disabledRules" => (int)$change_fileplan." == 0" //"disabledRules" => (int)$change_fileplan." == 0"
......
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