~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/twittermetro-form-edit.twig

  • Committer: Dan Garner
  • Date: 2018-03-26 15:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 630.
  • Revision ID: git-v1:c28ad509bd0461ac4a0b0a17554831ccf2f2a2de
Fix for template image in dropdown on aliased sites.
xibosignage/xibo#1454

Show diffs side-by-side

added added

removed removed

Lines of Context:
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") }}
186
186
            
187
187
                        {% set title %}{% trans "Override the template?" %}{% endset %}
188
188
                        {% set helpText %}{% trans "Tick if you would like to override the template." %}{% endset %}