Fix #16458 - users overview is offset
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
f910816d37
commit
fc28b4128d
@ -1,8 +1,10 @@
|
||||
<div class="row">
|
||||
<h2>
|
||||
{{ get_icon('b_usrlist') }}
|
||||
{% trans 'User accounts overview' %}
|
||||
</h2>
|
||||
<div class="col-12">
|
||||
<h2>
|
||||
{{ get_icon('b_usrlist') }}
|
||||
{% trans 'User accounts overview' %}
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ error_messages|raw }}
|
||||
|
||||
@ -99,17 +99,19 @@
|
||||
</div>
|
||||
|
||||
<div class="floatleft row">
|
||||
<img class="selectallarrow" width="38" height="22" src="
|
||||
{{- theme_image_path }}arrow_{{ text_dir }}.png" alt="{% trans 'With selected:' %}">
|
||||
<input type="checkbox" id="usersForm_checkall" class="checkall_box" title="{% trans 'Check all' %}">
|
||||
<label for="usersForm_checkall">{% trans 'Check all' %}</label>
|
||||
<em class="with-selected">{% trans 'With selected:' %}</em>
|
||||
<div class="col-12">
|
||||
<img class="selectallarrow" width="38" height="22" src="
|
||||
{{- theme_image_path }}arrow_{{ text_dir }}.png" alt="{% trans 'With selected:' %}">
|
||||
<input type="checkbox" id="usersForm_checkall" class="checkall_box" title="{% trans 'Check all' %}">
|
||||
<label for="usersForm_checkall">{% trans 'Check all' %}</label>
|
||||
<em class="with-selected">{% trans 'With selected:' %}</em>
|
||||
|
||||
<button class="btn btn-link mult_submit" type="submit" name="submit_mult" value="export" title="{% trans 'Export' %}">
|
||||
{{ get_icon('b_tblexport', 'Export'|trans) }}
|
||||
</button>
|
||||
<button class="btn btn-link mult_submit" type="submit" name="submit_mult" value="export" title="{% trans 'Export' %}">
|
||||
{{ get_icon('b_tblexport', 'Export'|trans) }}
|
||||
</button>
|
||||
|
||||
<input type="hidden" name="initial" value="{{ initial }}">
|
||||
<input type="hidden" name="initial" value="{{ initial }}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="clearfloat"></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user