8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-16 08:23:12 +00:00

[Printer] Refactor frontend of printer interface (2nd step)

This commit is contained in:
Maxime Bombar 2018-10-21 22:46:18 +02:00 committed by root
parent 24a7895566
commit 4924f357e1

View file

@ -13,14 +13,13 @@
<h3>{% trans "Confirm printing" %}</h3> <h3>{% trans "Confirm printing" %}</h3>
{{ jobform.management_form }} {{ jobform.management_form }}
{% bootstrap_formset_errors jobform %} {% bootstrap_formset_errors jobform %}
<div id="form_set" class="form-group"> <div id="form_set" class="form-group container">
{% for job in jobform.forms %} {% for job in jobform.forms %}
<div class='file_to_print form-inline'> <div class="file_to_print col-xs-12 col-sm-4 col-md-3" style="margin-top:1em">
{% massive_bootstrap_form job "" label_class='sr-only' %} {% massive_bootstrap_form job "" %}
</div>
{% endfor %}
</div> </div>
{% endfor %}
</div>
<!-- <input class="btn btn-primary btn-sm" role="button" value="{% trans "Add a file"%}" id="add_one"> -->
{% bootstrap_button action_name name="Print" button_type="submit" icon="star" %} {% bootstrap_button action_name name="Print" button_type="submit" icon="star" %}
</form> </form>
{% endblock %} {% endblock %}