~xibo-maintainers/xibo/tempel

« back to all changes in this revision

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

  • Committer: Dan Garner
  • Date: 2018-05-21 14:58:11 UTC
  • mfrom: (644.1.8)
  • mto: (614.1.6)
  • mto: This revision was merged to the branch mainline in revision 648.
  • Revision ID: git-v1:e7961b0ebe68a0c0bc5dd7b3abca007138b2cadd
Merge branch 'bugfix/1.8.10-pack1' into feature/r-graph

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 %}