Browse Source

[Printer] Make 'Add file' button not editable

printer
Maxime Bombar 7 years ago
committed by root
parent
commit
f74c50c3df
  1. 4
      printer/templates/printer/newjob.html

4
printer/templates/printer/newjob.html

@ -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">

Loading…
Cancel
Save