mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3546] Add missing labels to folder dialog (#7907)
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<input
|
<input
|
||||||
id="adf-folder-name-input"
|
id="adf-folder-name-input"
|
||||||
placeholder="{{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.LABEL' | translate }}"
|
placeholder="{{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.LABEL' | translate }}"
|
||||||
|
[attr.aria-label]="'CORE.FOLDER_DIALOG.FOLDER_NAME.LABEL' | translate"
|
||||||
matInput
|
matInput
|
||||||
required
|
required
|
||||||
[formControlName]="'name'"
|
[formControlName]="'name'"
|
||||||
@@ -29,6 +30,7 @@
|
|||||||
id="adf-folder-title-input"
|
id="adf-folder-title-input"
|
||||||
matInput
|
matInput
|
||||||
placeholder="{{ 'CORE.FOLDER_DIALOG.FOLDER_TITLE.LABEL' | translate }}"
|
placeholder="{{ 'CORE.FOLDER_DIALOG.FOLDER_TITLE.LABEL' | translate }}"
|
||||||
|
[attr.aria-label]="'CORE.FOLDER_DIALOG.FOLDER_TITLE.LABEL' | translate"
|
||||||
[formControlName]="'title'"
|
[formControlName]="'title'"
|
||||||
/>
|
/>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@@ -38,6 +40,7 @@
|
|||||||
id="adf-folder-description-input"
|
id="adf-folder-description-input"
|
||||||
matInput
|
matInput
|
||||||
placeholder="{{ 'CORE.FOLDER_DIALOG.FOLDER_DESCRIPTION.LABEL' | translate }}"
|
placeholder="{{ 'CORE.FOLDER_DIALOG.FOLDER_DESCRIPTION.LABEL' | translate }}"
|
||||||
|
[attr.aria-label]="'CORE.FOLDER_DIALOG.FOLDER_DESCRIPTION.LABEL' | translate"
|
||||||
rows="4"
|
rows="4"
|
||||||
[formControlName]="'description'">
|
[formControlName]="'description'">
|
||||||
</textarea>
|
</textarea>
|
||||||
|
Reference in New Issue
Block a user