~xibo-maintainers/xibo/release21

« back to all changes in this revision

Viewing changes to views/displayprofile-form-edit-soc.twig

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2019-08-22 11:49:37 UTC
  • mfrom: (769.1.8)
  • Revision ID: git-v1:725b35f23dd9cf0788662e379882b18976616a40
Merge pull request #661 from dasgarner/develop

Prep 2.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
 
160
160
                    {% if theme.getSetting('DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED', 0) == 1 %}
161
161
                        {% set title = "Notify current layout"|trans %}
162
 
                        {% set helpText = "When enabled the client will send the current layout to the CMS each time it changes. Warning: This is bandwidth intensive and should be disabled unless on a LAN."|trans %}
 
162
                        {% set helpText = "When enabled the Player will send the current layout to the CMS each time it changes. Warning: This is bandwidth intensive and should be disabled unless on a LAN."|trans %}
163
163
                        {{ forms.checkbox("sendCurrentLayoutAsStatusUpdate", title, displayProfile.getSetting("sendCurrentLayoutAsStatusUpdate"), helpText) }}
164
164
                    {% endif %}
165
165