]> _ Git - cubeextranet.git/commitdiff
fix #2065 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 25 May 2018 14:38:49 +0000 (14:38 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 25 May 2018 14:38:49 +0000 (14:38 +0000)
inc/extranet/Controlleur/class.extranet.url.php

index 119582fa9b1e434a6aca4fbd76d5312cab254d95..99eac0f9103431333a1f9db8b69377ef39022188 100644 (file)
@@ -285,7 +285,7 @@ class extranetUrl
 
                $shortcuts = array();
                if ($core->user->grade >= 1) {
-                       $shortcuts[] = '<a href="# class="popup" rel="formProjet/new">' . $core->typo->Ajouter('Créer un projet') . '</a>';
+                       $shortcuts[] = '<a href="#" class="popup" rel="formProjet/new">' . $core->typo->Ajouter('Créer un projet') . '</a>';
                }
 
                $filtres = array();