Commit 876e4f7a authored by Alexander Shursha's avatar Alexander Shursha Committed by Franco Fichtner

Add translatable template

(cherry picked from commit b881dfef)
(cherry picked from commit 241b29f7)
parent 236d10f6
...@@ -112,9 +112,9 @@ label : dialog label ...@@ -112,9 +112,9 @@ label : dialog label
</form> </form>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-default" data-dismiss="modal">{{ lang._('Close') }}</button>
{% if hasSaveBtn|default('true') == 'true' %} {% if hasSaveBtn|default('true') == 'true' %}
<button type="button" class="btn btn-primary" id="btn_{{id}}_save">Save changes<i id="btn_{{id}}_save_progress" class=""></i></button> <button type="button" class="btn btn-primary" id="btn_{{id}}_save">{{ lang._('Save changes') }}<i id="btn_{{id}}_save_progress" class=""></i></button>
{% endif %} {% endif %}
</div> </div>
</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