182
182
<div class="tab-pane" id="template">
183
183
{% set title %}{% trans "Template Colours" %}{% endset %}
184
184
{% set helpText %}{% trans "Select the template colours you would like to apply." %}{% endset %}
185
{{ forms.dropdown("colorTemplateId", "single", title, module.getOption("colorTemplateId"), module.templatesAvailable(), "id", "value", helpText, "selectPicker selectPickerWithImage template-selector-control", null, null, null, null, null, baseUrl, "image") }}
185
{{ forms.dropdown("colorTemplateId", "single", title, module.getOption("colorTemplateId"), module.templatesAvailable(), "id", "value", helpText, "selectPicker selectPickerWithImage template-selector-control", null, null, null, null, null, "image") }}
187
187
{% set title %}{% trans "Override the template?" %}{% endset %}
188
188
{% set helpText %}{% trans "Tick if you would like to override the template." %}{% endset %}