Preferences in the right order in RTL

This commit is contained in:
Cqoicebordel 2015-02-11 20:08:04 +01:00
parent 9520542fa5
commit a4ae775e0f
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
{%- endmacro %}
{% macro preferences_item_header(info, label) -%}
{% if not rtl %}
{% if rtl %}
<div class="row form-group">
<label class="col-sm-3 col-md-2">{{ label }}</label>
<div class="col-sm-4 col-md-4">
@ -49,7 +49,7 @@
{%- endmacro %}
{% macro preferences_item_footer(info, label) -%}
{% if not rtl %}
{% if rtl %}
</div>
<span class="col-sm-5 col-md-6 help-block">{{ info }}</span>
</div>