nopaque/web/app/templates/interactions/display.html.j2

17 lines
663 B
Plaintext
Raw Normal View History

2020-07-21 11:40:17 +00:00
<!-- HTML to allow the user to change how the results are being displayed.-->
<div class="col s12 m2 l2" id="display">
<h6 style="margin-top: 0px;">Display</h6>
<div class="divider" style="margin-bottom: 10px;"></div>
<div class="row">
<div class="col s12">
<form id="display-options-form">
{{ M.render_field(display_options_form.results_per_page,
material_icon='format_list_numbered') }}
{{ M.render_field(display_options_form.result_context,
material_icon='short_text') }}
{{ M.render_field(display_options_form.expert_mode) }}
</form>
</div>
</div>
</div>