~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/stocks-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:
160
160
                    <div class="tab-pane" id="template">
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") }}
164
164
 
165
165
                        {% set title %}{% trans "Override the template?" %}{% endset %}
166
166
                        {% set helpText %}{% trans "Tick if you would like to override the template." %}{% endset %}