upgrade
This commit is contained in:
15
plugin/add_cas_logout_button/template.tpl
Normal file
15
plugin/add_cas_logout_button/template.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
{% if add_cas_logout_button.show_message %}
|
||||
<link href="{{ _p.web_plugin }}add_cas_logout_button/css.css" rel="stylesheet" type="text/css">
|
||||
<div class="well">
|
||||
{% if add_cas_logout_button.logout_image_url %}
|
||||
<img src="{{add_cas_logout_button.logout_image_url}}" class='cas_plugin_image'/>
|
||||
{% endif %}
|
||||
<h4>{{add_cas_logout_button.logout_label}}</h4>
|
||||
{% if add_cas_logout_button.logout_image_url %}
|
||||
<div class='cas_plugin_clear'> </div>
|
||||
{% endif %}
|
||||
<div class='cas_plugin_comm'>{{add_cas_logout_button.logout_comment}}</div>
|
||||
{{ add_cas_logout_button.form }}
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user