~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/displaygroup-form-add.twig

  • Committer: Dan Garner
  • Date: 2016-02-16 14:21:08 UTC
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:63232095626c7ce5aee618d037440309aa4f8e42
UI/Model/Structure for dynamic display groups.
xibosignage/xibo#724

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                {% set helpText %}{% trans "A short description of this Display Group" %}{% endset %}
71
71
                {{ forms.input("description", title, "", helpText) }}
72
72
 
73
 
                {% set title %}{% trans "Tags" %}{% endset %}
74
 
                {% set helpText %}{% trans "Tag this item. Comma Separated." %}{% endset %}
75
 
                {{ forms.inputWithTags("tags", title, "", helpText) }}
76
 
 
77
73
                {% set title %}{% trans "Dynamic Group?" %}{% endset %}
78
74
                {% set helpText %}{% trans "Are the members of this group dynamic?" %}{% endset %}
79
75
                {{ forms.checkbox("isDynamic", title, 0, helpText) }}