From 8d2abfce978e7591030ef67a78229a68896515e8 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Mon, 28 Jan 2019 13:47:57 -0800 Subject: [PATCH] Notifies user why some features of the MSM are immutable once a survey has been synced. re #4401 --- arches/app/media/css/arches.css | 9 +++++++++ arches/app/templates/views/mobile-survey-designer.htm | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/arches/app/media/css/arches.css b/arches/app/media/css/arches.css index f6d12bef7b7..2ac2164882c 100644 --- a/arches/app/media/css/arches.css +++ b/arches/app/media/css/arches.css @@ -9276,6 +9276,15 @@ a.clear-geojson-button:hover { overflow-y: auto; } +.msm-locked-warning { + height: 40px; + background: #999; + color: #fff; + padding-left: 10px; + position: relative; + padding-top: 10px; +} + .msm-list-filter { display: flex; padding: 12px 10px 13px 65px; diff --git a/arches/app/templates/views/mobile-survey-designer.htm b/arches/app/templates/views/mobile-survey-designer.htm index 395f4219b4b..0029a891813 100644 --- a/arches/app/templates/views/mobile-survey-designer.htm +++ b/arches/app/templates/views/mobile-survey-designer.htm @@ -422,6 +422,7 @@

+
{% trans 'These options cannot be modified because users have already synched with this survey.' %}
@@ -442,6 +443,7 @@

+
{% trans 'These options cannot be modified because users have already synched with this survey.' %}
@@ -473,6 +475,7 @@

+
{% trans 'These options cannot be modified because users have already synched with this survey.' %}
@@ -558,6 +561,7 @@

+
{% trans 'These options cannot be modified because users have already synched with this survey.' %}
@@ -590,6 +594,7 @@

+
{% trans 'These options cannot be modified because users have already synched with this survey.' %}