diff --git a/modules/lemonldap-ng-portal/example/skins/impact/impact.css b/modules/lemonldap-ng-portal/example/skins/impact/impact.css index 8e41fbc3e..a76f3bc07 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/impact.css +++ b/modules/lemonldap-ng-portal/example/skins/impact/impact.css @@ -1,4 +1,4 @@ -/* CSS for skin STANDARD */ +/* CSS for skin IMPACT */ /* Shipped with LemonLDAP::NG */ /* -------------------------------------------------------------------------- */ @@ -27,16 +27,7 @@ hr.solid { margin-bottom: 15px; border: 0px; height: 1px; - color: #ddd; - background: #aaa; -} - -hr.hashed { - margin-top: 15px; - margin-bottom: 15px; - border: 0px; - height: 1px; - color: #ddd; + color: #aaa; background: #aaa; } @@ -107,6 +98,13 @@ div.title img { vertical-align: bottom; } +ul.nostyle, +ul.nostyle li { + list-style-type: none; + margin: 0px; + padding: 0px; +} + /* -------------------------------------------------------------------------- */ /* Main layout */ /* -------------------------------------------------------------------------- */ @@ -136,13 +134,6 @@ div.title img { height: 322px; } -#content-all ul.nostyle, -#content-all ul.nostyle li { - list-style-type: none; - margin: 0px; - padding: 0px; -} - #content-all table { margin: 0px; padding: 0px; diff --git a/modules/lemonldap-ng-portal/example/skins/impact/impact.js b/modules/lemonldap-ng-portal/example/skins/impact/impact.js index 8a7df1019..5d95522c8 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/impact.js +++ b/modules/lemonldap-ng-portal/example/skins/impact/impact.js @@ -1,5 +1,4 @@ -/* jQuery */ $(document).ready(function(){ var select=''; select+=''; $('#appslist').append(select); + $('#logout').hide(); }); function goToApplication(){ @@ -19,3 +19,10 @@ function goToApplication(){ location.href=url; } +function showLogoutBox(url){ + if(confirm('Are you sure?')==true){ + location.href=url; + } + return false; +} + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/info.tpl b/modules/lemonldap-ng-portal/example/skins/impact/info.tpl index 0f81eb626..155e932d8 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/info.tpl +++ b/modules/lemonldap-ng-portal/example/skins/impact/info.tpl @@ -8,10 +8,10 @@

+
" method="get" class="login">
- " method="get" class="login">