~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/notification-form-edit.twig

  • Committer: Dan Garner
  • Date: 2017-10-06 12:52:29 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: git-v1:3aaceb39ca6b33199076e7da857e061616747340
Extra explaination on the notification centre
xibosignage/xibo#1256

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        <div class="col-md-12">
28
28
            <ul class="nav nav-tabs" role="tablist">
29
29
                <li class="active"><a href="#general" role="tab" data-toggle="tab"><span>{% trans "General" %}</span></a></li>
 
30
                <li><a href="#message-body" role="tab" data-toggle="tab"><span>{% trans "Message" %}</span></a></li>
30
31
                <li><a href="#audience" role="tab" data-toggle="tab"><span>{% trans "Audience" %}</span></a></li>
31
32
            </ul>
32
33
            <form id="notificationForm" class="XiboForm form-horizontal" method="put" action="{{ urlFor("notification.edit", {id: notification.notificationId}) }}">
48
49
                        {% set helpText %}{% trans "Should the notification interrupt nagivation in the Web Portal? Including Login." %}{% endset %}
49
50
                        {{ forms.checkBox("isInterrupt", title, notification.isInterrupt, helpText) }}
50
51
 
 
52
                    </div>
 
53
                    <div class="tab-pane" id="message-body">
 
54
                        {% set title %}{% trans "Add the body of your message in the box below. If you are going to target this message to a Display/DisplayGroup be aware that the formatting you apply here will be removed." %}{% endset %}
 
55
                        {{ forms.message(title) }}
 
56
 
51
57
                        {{ forms.textarea("body", "", notification.body, "", "", 10) }}
52
58
                    </div>
53
59
                    <div class="tab-pane" id="audience">