Commit a01cb296 authored by Ad Schellevis's avatar Ad Schellevis

(mvc) extend base_dialog partial with progress field

parent 77072191
......@@ -86,7 +86,7 @@ label : dialog label
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
{% if hasSaveBtn|default('true') == 'true' %}
<button type="button" class="btn btn-primary" id="btn_{{id}}_save">Save changes</button>
<button type="button" class="btn btn-primary" id="btn_{{id}}_save">Save changes<i id="btn_{{id}}_save_progress" class=""></i></button>
{% endif %}
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment