161
161
{% set title %}{% trans "Template" %}{% endset %}
162
162
{% set helpText %}{% trans "Select the template you would like to apply. This can be overridden using the check box below." %}{% endset %}
163
{{ 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") }}
163
{{ forms.dropdown("templateId", "single", title, module.getOption("templateId"), module.templatesAvailable(),"id", "value", helptext, "template-selector-control selectPicker selectPickerWithImage", null, null, null, null, null, "image") }}
165
165
{% set title %}{% trans "Override the template?" %}{% endset %}
166
166
{% set helpText %}{% trans "Tick if you would like to override the template." %}{% endset %}