209
177
{% set helpText %}{% trans "Select the template you would like to apply. This can be overridden using the check box below." %}{% endset %}
210
178
{{ forms.dropdown("templateId", "single", title, module.getOption("templateId"), module.templatesAvailable(), "id", "value", helpText, "template-selector-control selectPicker selectPickerWithImage", null, null, null, null, null, baseUrl, "image") }}
214
{{ forms.dropdown("icons", "single", title, module.getOption("icons"), module.iconsAvailable(), "id", "value", helpText, "icon-controls") }}
216
180
{% set title %}{% trans "Override the template?" %}{% endset %}
217
181
{% set helpText %}{% trans "Tick if you would like to override the template." %}{% endset %}
218
182
{{ forms.checkbox("overrideTemplate", title, module.getOption("overrideTemplate"), helpText) }}