~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/layout-form-copy.twig

  • Committer: Dan Garner
  • Date: 2015-09-29 15:16:59 UTC
  • mto: (454.2.11) (471.2.2)
  • mto: This revision was merged to the branch mainline in revision 468.
  • Revision ID: git-v1:ae24387a7b1397750b6ec86d0f286373da05eb16
Fixed Display Version Information Form (not showing media name)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                        {% set title %}{% trans "Name" %}{% endset %}
35
35
                        {% set helpText %}{% trans "The Name of the Layout - (1 - 50 characters)" %}{% endset %}
36
36
                        {% set layoutName %}{{ layout.layout }} 2{% endset %}
37
 
                        {{ forms.input("name", title, layoutName, helpText) }}
 
37
                        {{ forms.text("name", title, layoutName, helpText) }}
38
38
 
39
39
                        {% set title %}{% trans "Make new copies of all media on this layout?" %}{% endset %}
40
40
                        {% set helpText %}{% trans "This will duplicate all media that is currently assigned to the Layout being copied." %}{% endset %}