diff --git a/modules/lemonldap-ng-portal/example/skins/impact/header.tpl b/modules/lemonldap-ng-portal/example/skins/impact/header.tpl index ca7f00dcd..9567f3f94 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/header.tpl +++ b/modules/lemonldap-ng-portal/example/skins/impact/header.tpl @@ -7,8 +7,12 @@ /impact.css" /> - - + + + + " /> + " /> + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/openid.tpl b/modules/lemonldap-ng-portal/example/skins/impact/openid.tpl index ce075ebda..b13d39d30 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/openid.tpl +++ b/modules/lemonldap-ng-portal/example/skins/impact/openid.tpl @@ -1,28 +1,28 @@ - - - - - OpenID endpoint - - - - /impact.css" /> - - - " /> - " /> - - + +
+

/images/logo-lock.png" />

+
-

+

-

 :

-

+

:

+

+
+ + + + + + +

+ /images/arrow.png" />" class="positive"> +

+
diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl index e712380ad..c08b1714a 100644 --- a/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl +++ b/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl @@ -7,8 +7,12 @@ /css/styles.css" /> - - + + + + " /> + " /> + diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/openid.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/openid.tpl index e7fd7c71d..e1c467b97 100644 --- a/modules/lemonldap-ng-portal/example/skins/pastel/openid.tpl +++ b/modules/lemonldap-ng-portal/example/skins/pastel/openid.tpl @@ -1,26 +1,28 @@ - - - - - OpenID endpoint - - - - /styles.css" /> - - - " /> - " /> - - -
+ + +
+ +
">
- -
" style="display:block">
+ -

 :

-

+

:

+

+ + + + +
+ diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm index fbb081895..f52dbfbf2 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm @@ -163,7 +163,9 @@ sub display { PROVIDERURI => $p, ID => $self->{_openidPortal} . $self->{sessionInfo} - ->{ $self->{OpenIdAttr} || $self->{whatToTrace} } + ->{ $self->{OpenIdAttr} || $self->{whatToTrace} }, + PORTAL_URL => $self->{portal}, + MSG => $self->info(), ); }