parent
3e82c5f73a
commit
fef884a75a
@ -1,12 +1,12 @@ |
||||
.cas_plugin_image { |
||||
float:left; |
||||
height:50px; |
||||
margin: 0px 5px 5px 0px; |
||||
} |
||||
.cas_plugin_comm { |
||||
font-style:italic; |
||||
} |
||||
.cas_plugin_clear { |
||||
clear:both; |
||||
height:1px; |
||||
} |
||||
.cas_plugin_image { |
||||
float:left; |
||||
height:50px; |
||||
margin: 0px 5px 5px 0px; |
||||
} |
||||
.cas_plugin_comm { |
||||
font-style:italic; |
||||
} |
||||
.cas_plugin_clear { |
||||
clear:both; |
||||
height:1px; |
||||
} |
||||
|
||||
@ -1,12 +1,12 @@ |
||||
.cas_plugin_image { |
||||
float:left; |
||||
height:50px; |
||||
margin: 0px 5px 5px 0px; |
||||
} |
||||
.cas_plugin_comm { |
||||
font-style:italic; |
||||
} |
||||
.cas_plugin_clear { |
||||
clear:both; |
||||
height:1px; |
||||
} |
||||
.cas_plugin_image { |
||||
float:left; |
||||
height:50px; |
||||
margin: 0px 5px 5px 0px; |
||||
} |
||||
.cas_plugin_comm { |
||||
font-style:italic; |
||||
} |
||||
.cas_plugin_clear { |
||||
clear:both; |
||||
height:1px; |
||||
} |
||||
|
||||
@ -1,12 +1,12 @@ |
||||
.shibboleth_plugin_image { |
||||
float:left; |
||||
height:50px; |
||||
margin: 0px 5px 5px 0px; |
||||
} |
||||
.shibboleth_plugin_comm { |
||||
font-style:italic; |
||||
} |
||||
.shibboleth_plugin_clear { |
||||
clear:both; |
||||
height:1px; |
||||
} |
||||
.shibboleth_plugin_image { |
||||
float:left; |
||||
height:50px; |
||||
margin: 0px 5px 5px 0px; |
||||
} |
||||
.shibboleth_plugin_comm { |
||||
font-style:italic; |
||||
} |
||||
.shibboleth_plugin_clear { |
||||
clear:both; |
||||
height:1px; |
||||
} |
||||
|
||||
@ -1,15 +1,15 @@ |
||||
|
||||
{% if add_shibboleth_login_button.show_message %} |
||||
<link href="{$_p.web_plugin}/add_shibboleth_login_button/css.css" rel="stylesheet" type="text/css"> |
||||
<link href="{{ _p.web_plugin }}add_shibboleth_login_button/css.css" rel="stylesheet" type="text/css"> |
||||
<div class="well"> |
||||
{% if add_shibboleth_login_button.url_label %} |
||||
<img src="{{add_shibboleth_login_button.url_label}}" class='shibboleth_plugin_image'/> |
||||
<img src="{{ add_shibboleth_login_button.url_label }}" class='shibboleth_plugin_image'/> |
||||
{% endif %} |
||||
<h4>{{add_shibboleth_login_button.button_label}}</h4> |
||||
<h4>{{ add_shibboleth_login_button.button_label }}</h4> |
||||
{% if add_shibboleth_login_button.url_label %} |
||||
<div class='shibboleth_plugin_clear'> </div> |
||||
{% endif %} |
||||
<div class='shibboleth_plugin_comm'>{{add_shibboleth_login_button.comm_label}}</div> |
||||
<button class="btn" onclick="javascript:self.location.href='main/auth/shibboleth/login.php'">{{"LoginEnter"|get_lang}}</button> |
||||
<div class='shibboleth_plugin_comm'>{{ add_shibboleth_login_button.comm_label }}</div> |
||||
<button class="btn" onclick="javascript:self.location.href='main/auth/shibboleth/login.php'">{{ "LoginEnter"|get_lang }}</button> |
||||
</div> |
||||
{% endif %} |
||||
|
||||
Loading…
Reference in new issue