~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/statistics-form-export.twig

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2018-05-31 11:08:02 UTC
  • mfrom: (644.2.25)
  • Revision ID: git-v1:f1f8e8453efa71819c302dd9c5b72b8602028fa2
Merge pull request #379 from PeterMis/bugfix/1.8.10-pack1

Bugfix/1.8.10 pack1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                {{ forms.date("toDt", title) }}
31
31
 
32
32
                {% set title %}{% trans "Display" %}{% endset %}
33
 
                {{ forms.dropdown("displayid", "single", title, "", [{"displayId": null, "display": ""}]|merge(displays), "displayId", "display") }}
 
33
                {{ forms.dropdown("displayId", "single", title, "", [{"displayId": null, "display": ""}]|merge(displays), "displayId", "display") }}
34
34
            </form>
35
35
        </div>
36
36
    </div>