mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ACS-5680 fix library properties to show labels in edit mode (#3393)
This commit is contained in:
committed by
GitHub
parent
f8a30f3706
commit
9d1a6ae57b
@@ -81,7 +81,7 @@
|
||||
|
||||
<mat-card-content *ngIf="edit">
|
||||
<form [formGroup]="form" autocomplete="off">
|
||||
<mat-form-field>
|
||||
<mat-form-field floatLabel="auto">
|
||||
<input
|
||||
matInput
|
||||
cdkFocusInitial
|
||||
@@ -96,11 +96,11 @@
|
||||
</mat-error>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field>
|
||||
<mat-form-field floatLabel="auto">
|
||||
<input matInput placeholder="{{ 'LIBRARY.DIALOG.FORM.SITE_ID' | translate }}" formControlName="id" />
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field>
|
||||
<mat-form-field floatLabel="auto">
|
||||
<mat-select placeholder="{{ 'LIBRARY.DIALOG.FORM.VISIBILITY' | translate }}" formControlName="visibility">
|
||||
<mat-option [value]="type.value" *ngFor="let type of libraryType">
|
||||
{{ type.label | translate }}
|
||||
@@ -108,7 +108,7 @@
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field>
|
||||
<mat-form-field floatLabel="auto">
|
||||
<textarea
|
||||
matInput
|
||||
placeholder="{{ 'LIBRARY.DIALOG.FORM.DESCRIPTION' | translate }}"
|
||||
|
Reference in New Issue
Block a user