moved hideLabel to control-header
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
<div class="umb-el-wrap">
|
<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;">
|
<small ng-if="showInherit" class="db" style="padding-top: 0; margin-bottom: 5px;">
|
||||||
<localize key="contentTypeEditor_inheritedFrom"></localize> {{inheritsFrom}}
|
<localize key="contentTypeEditor_inheritedFrom"></localize> {{inheritsFrom}}
|
||||||
</small>
|
</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}}
|
{{property.label}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user