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

[Printer] Make 'Add file' button not editable

This commit is contained in:
Maxime Bombar 2018-10-20 16:07:05 +02:00 committed by root
parent c431771b93
commit f74c50c3df

View file

@ -23,7 +23,9 @@
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
<input class="btn btn-primary btn-sm" role="button" value="{% trans "Add a file"%}" id="add_one">
<button class="btn btn-primary btn-sm" role="button" id="add_one">{% trans "Add a file"%}</button>
{% bootstrap_button action_name name="options" button_type="submit" icon="star" %} {% bootstrap_button action_name name="options" button_type="submit" icon="star" %}
</form> </form>
<script type="text/javascript"> <script type="text/javascript">