moved hideLabel to control-header

This commit is contained in:
Niels Lyngsø
2019-12-03 09:28:41 +01:00
parent 2ec5a8101a
commit 5616dcb807

View File

@@ -6,12 +6,12 @@
<div class="umb-el-wrap">
<div class="control-header">
<div class="control-header" ng-hide="property.hideLabel === true">
<small ng-if="showInherit" class="db" style="padding-top: 0; margin-bottom: 5px;">
<localize key="contentTypeEditor_inheritedFrom"></localize> {{inheritsFrom}}
</small>
<label class="control-label" ng-hide="property.hideLabel" for="{{property.alias}}" ng-attr-title="{{propertyAlias}}">
<label class="control-label" for="{{property.alias}}" ng-attr-title="{{propertyAlias}}">
{{property.label}}