Projet

Général

Profil

0001-univnautes.js-move-idp-link-outside-the-button-for-F.patch

Jérôme Schneider, 14 octobre 2014 09:10

Télécharger (1,25 ko)

Voir les différences:

Subject: [PATCH] univnautes.js: move idp link outside the button for Fx

 usr/local/univnautes/sp/sp/static/univnautes/univnautes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
usr/local/univnautes/sp/sp/static/univnautes/univnautes.js
98 98
                                    })
99 99
                             });
100 100
                marker.entityid = entityid;
101
                marker.bindPopup('<p>' + name + '</p><p align="center"><button class="connexion"><a href="/authsaml2/sso?entity_id=' + entityid + '"></i>Connexion</a></button></p>');
101
                marker.bindPopup('<p>' + name + '</p><p align="center"><a href="/authsaml2/sso?entity_id=' + entityid + '"><button class="connexion">Connexion</button></a></p>');
102 102
                new_markers.push(marker);
103 103
            }
104 104
        }
105
-