upgrade
This commit is contained in:
21
main/template/default/dashboard/index.tpl
Normal file
21
main/template/default/dashboard/index.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
{% if blocklist == '' %}
|
||||
<div id="columns">
|
||||
<div class="row">
|
||||
{% if columns|length > 0 %}
|
||||
{% for key, column in columns %}
|
||||
<div id="{{ key }}" class="col-md-6">
|
||||
{% for item in column %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<div class="alert alert-info" role="alert">
|
||||
{{ 'YouHaveNotEnabledBlocks'| get_lang }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
{{ blocklist }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user