Merge pull request #881 from umbraco/temp-U4-7281

show warning when editing data type in content type editor
This commit is contained in:
Claus Jensen
2015-11-06 10:30:08 +01:00

View File

@@ -1,3 +1,8 @@
<div class="umb-control-group" ng-if="model.dataType.id !== 0">
<i class="icon-alert red"></i>
<strong class="red">All Document types</strong> using this editor will get updated with the new settings.
</div>
<div class="control-group umb-control-group">
<div class="umb-el-wrap">
<label class="control-label" for="dataTypeName">Name</label>