~xibo-maintainers/xibo/tempel

« back to all changes in this revision

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

  • Committer: Dan Garner
  • Date: 2015-08-14 08:10:12 UTC
  • mfrom: (447.1.48)
  • Revision ID: git-v1:11ef90e0c8e85375d5f62b0f987a1e02b808f6ea
Merge pull request #97 from dasgarner/feature/playlists

First test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
                        {% set title %}{% trans "Template" %}{% endset %}
168
168
                        {% set helpText %}{% trans "Select the template you would like to apply. This can be overridden using the check box below." %}{% endset %}
169
 
                        {{ forms.dropdown("templateId", "single", title, module.getOption("templateId", "tweet-only"), module.templatesAvailable(), "id", "value", helptext, "template-selector-control") }}
 
169
                        {{ forms.dropdown("templateId", "single", title, module.getOption("templateId", "title-only"), module.templatesAvailable(), "id", "value", helptext, "template-selector-control") }}
170
170
 
171
171
                        {% set title %}{% trans "Override the template?" %}{% endset %}
172
172
                        {% set helpText %}{% trans "Tick if you would like to override the template." %}{% endset %}