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

FEAT #3761 add new look links and improve mechanic links (auto click)

parent bd7abc87
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ class LinkController ...@@ -117,6 +117,7 @@ class LinkController
} }
$return .= '<td align="right">'; $return .= '<td align="right">';
$return .= '<span onclick="'; $return .= '<span onclick="';
$return .= 'if(confirm(\'Voulez-vous supprimer la liaison ?\')){';
$return .= 'addLinks('; $return .= 'addLinks(';
$return .= '\''.$_SESSION['config']['businessappurl'].'index.php?page=add_links&display=true\', '; $return .= '\''.$_SESSION['config']['businessappurl'].'index.php?page=add_links&display=true\', ';
$return .= '\''.$delChild.'\' ,'; $return .= '\''.$delChild.'\' ,';
...@@ -130,7 +131,7 @@ class LinkController ...@@ -130,7 +131,7 @@ class LinkController
} else { } else {
$return .= '\'\''; $return .= '\'\'';
} }
$return .= ');'; $return .= ');}';
$return .= '">'; $return .= '">';
$return .= '<i class="fa fa-unlink fa-2x" title="supprimer la liaison" style="cursor:pointer;"></i>'; $return .= '<i class="fa fa-unlink fa-2x" title="supprimer la liaison" style="cursor:pointer;"></i>';
$return .= '</span>'; $return .= '</span>';
......
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