Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Improved loading of currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tonipinel committed May 26, 2015
1 parent d573ab1 commit 39ea1f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title 'admin.currency.list'|trans %}


{% block table_attributes 'data-fc-modules="table"' %}
{% block table_attributes 'data-fc-modules="table,on-off-table"' %}


{% block table_head %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@


{% block content %}

<p id="table-loading" class="ta-c fz-xxl animated bounce-in"><i class="icon-circle-o-notch icon-spin" data-fc-modules="on-off-table"></i></p>
<div id="current-table" style="display: none">
<div class="loading">
{{ render(url('admin_currency_list_component')) }}
</div>

{% endblock content %}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ 'Language list'|trans }}
{% endblock title %}

{% block table_attributes 'data-fc-modules="table"' %}
{% block table_attributes 'data-fc-modules="table,on-off-table"' %}

{% block table_head %}

Expand Down

0 comments on commit 39ea1f0

Please sign in to comment.