|
|
|
@ -190,13 +190,8 @@ if ($action == 'thematic_list') { |
|
|
|
|
'index.php?' . api_get_cidreq() . '&' . http_build_query([ |
|
|
|
|
'action' => 'thematic_advance_edit', |
|
|
|
|
'thematic_id' => $thematic['id'], |
|
|
|
|
'thematic_advance_id' => $thematic_advance['id'], |
|
|
|
|
'display' => 'no_header' |
|
|
|
|
]), |
|
|
|
|
[ |
|
|
|
|
'class' => 'ajax', |
|
|
|
|
'data-title' => get_lang('EditThematicAdvance') |
|
|
|
|
] |
|
|
|
|
'thematic_advance_id' => $thematic_advance['id'] |
|
|
|
|
]) |
|
|
|
|
); |
|
|
|
|
$edit_link .= '<a onclick="javascript:if(!confirm(\''.get_lang('AreYouSureToDelete').'\')) return false;" href="index.php?'.api_get_cidreq().'&action=thematic_advance_delete&thematic_id='.$thematic['id'].'&thematic_advance_id='.$thematic_advance['id'].'">'. |
|
|
|
|
Display::return_icon('delete.png',get_lang('Delete'),'',ICON_SIZE_SMALL).'</a></center>'; |
|
|
|
|