mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACA-4622] Remove additional close button, unify buttons style (#7931)
This commit is contained in:
parent
4c92545d80
commit
b572e16b67
@ -25,8 +25,7 @@
|
||||
},
|
||||
"ADF-NEW-VERSION-UPLOADER": {
|
||||
"DIALOG_LIST": {
|
||||
"TITLE": "Manage Versions",
|
||||
"CLOSE": "Close"
|
||||
"TITLE": "Manage Versions"
|
||||
},
|
||||
"DIALOG_UPLOAD": {
|
||||
"TITLE": "Upload New Version",
|
||||
|
@ -28,6 +28,3 @@
|
||||
</div>
|
||||
</section>
|
||||
</ng-container>
|
||||
<div mat-dialog-actions>
|
||||
<button mat-button color="primary" [mat-dialog-close]="true">{{ 'ADF-NEW-VERSION-UPLOADER.DIALOG_LIST.CLOSE' | translate }}</button>
|
||||
</div>
|
@ -5,7 +5,7 @@
|
||||
<!--Single Files Upload-->
|
||||
<button *ngIf="!multipleFiles"
|
||||
[disabled]="isButtonDisabled()"
|
||||
mat-button
|
||||
mat-raised-button
|
||||
(click)="uploadSingleFile.click()">
|
||||
<mat-icon>file_upload</mat-icon>
|
||||
<span id="upload-single-file-label"
|
||||
@ -27,7 +27,7 @@
|
||||
<!--Multiple Files Upload-->
|
||||
<button *ngIf="multipleFiles"
|
||||
[disabled]="isButtonDisabled()"
|
||||
mat-button
|
||||
mat-raised-button
|
||||
(click)="uploadMultipleFiles.click()">
|
||||
<mat-icon>file_upload</mat-icon>
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
<div *ngIf="uploadFolders">
|
||||
<button
|
||||
[disabled]="isButtonDisabled()"
|
||||
mat-button
|
||||
mat-raised-button
|
||||
(click)="uploadFolders.click()">
|
||||
<mat-icon>file_upload</mat-icon>
|
||||
<span id="uploadFolder-label"
|
||||
|
Loading…
x
Reference in New Issue
Block a user