~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/log-page.twig

  • Committer: Dan Garner
  • Date: 2016-06-28 15:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 528.
  • Revision ID: git-v1:51031805c36c1d366fa330b2c2320d1927c57003
Fixes for upgrade steps

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
                                    {% set title %}{% trans "Run" %}{% endset %}
52
52
                                    {{ inline.input("runNo", title) }}
53
 
 
54
 
                                    {% set title %}{% trans "User" %}{% endset %}
55
 
                                    {{ inline.dropdown("userId", "single", title, "", [{userId: null, userName: ""}]|merge(users), "userId", "userName") }}
56
53
                                </div>
57
54
                                <div class="tab-pane" id="advanced">
58
55
                                    {{ inline.date("fromDt", "From Date") }}
84
81
                                    {% set title %}{% trans "Display" %}{% endset %}
85
82
                                    {% set displays = [{displayId: null, display: ""}]|merge(displays) %}
86
83
                                    {{ inline.dropdown("displayId", "single", title, "", displays, "displayId", "display") }}
87
 
 
88
 
                                    {% set title %}{% trans "Message" %}{% endset %}
89
 
                                    {{ inline.input("message", title) }}
90
84
                                </div>
91
85
                            </div>
92
86
                        </form>