Skip to content

Commit

Permalink
Update fallback texts and add an ind so label and input are paired pr…
Browse files Browse the repository at this point in the history
…operly
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 27, 2021
1 parent 612f529 commit 3ee289f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@

<div class="control-group umb-control-group" ng-if="vm.dataType.id !== 0">
<umb-icon icon="icon-alert" class="red"></umb-icon>
<strong class="red"><localize key="contentTypeEditor_allDocumentTypes"></localize></strong> using this editor will get updated with the new settings.
<strong class="red"><localize key="contentTypeEditor_allDocumentTypes">All Document Types</localize></strong> <localize key="usingEditor">using this editor will get updated with the new settings.</localize>
</div>

<div class="control-group umb-control-group">
<div class="umb-el-wrap">
<label class="control-label" for="dataTypeName">
<localize key="name"></localize>
<localize key="general_name">Name</localize>
</label>
<div class="controls">
<input type="text" ng-model="vm.dataType.name" class="umb-property-editor" umb-auto-focus focus-on-filled="true" required />
<input type="text" id="dataTypeName" ng-model="vm.dataType.name" class="umb-property-editor" umb-auto-focus focus-on-filled="true" required />
</div>
</div>
</div>

<div ng-if="vm.dataType.preValues.length > 0">
<h5><localize key="contentTypeEditor_configuration"></localize></h5>
<h5><localize key="contentTypeEditor_configuration">Configuration</localize></h5>

<umb-property property="preValue" ng-repeat="preValue in vm.dataType.preValues">
<umb-property-editor model="preValue" is-pre-value="true"></umb-property-editor>
Expand Down

0 comments on commit 3ee289f

Please sign in to comment.