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": {
|
"ADF-NEW-VERSION-UPLOADER": {
|
||||||
"DIALOG_LIST": {
|
"DIALOG_LIST": {
|
||||||
"TITLE": "Manage Versions",
|
"TITLE": "Manage Versions"
|
||||||
"CLOSE": "Close"
|
|
||||||
},
|
},
|
||||||
"DIALOG_UPLOAD": {
|
"DIALOG_UPLOAD": {
|
||||||
"TITLE": "Upload New Version",
|
"TITLE": "Upload New Version",
|
||||||
|
@ -26,8 +26,5 @@
|
|||||||
></adf-version-list>
|
></adf-version-list>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</ng-container>
|
</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-->
|
<!--Single Files Upload-->
|
||||||
<button *ngIf="!multipleFiles"
|
<button *ngIf="!multipleFiles"
|
||||||
[disabled]="isButtonDisabled()"
|
[disabled]="isButtonDisabled()"
|
||||||
mat-button
|
mat-raised-button
|
||||||
(click)="uploadSingleFile.click()">
|
(click)="uploadSingleFile.click()">
|
||||||
<mat-icon>file_upload</mat-icon>
|
<mat-icon>file_upload</mat-icon>
|
||||||
<span id="upload-single-file-label"
|
<span id="upload-single-file-label"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<!--Multiple Files Upload-->
|
<!--Multiple Files Upload-->
|
||||||
<button *ngIf="multipleFiles"
|
<button *ngIf="multipleFiles"
|
||||||
[disabled]="isButtonDisabled()"
|
[disabled]="isButtonDisabled()"
|
||||||
mat-button
|
mat-raised-button
|
||||||
(click)="uploadMultipleFiles.click()">
|
(click)="uploadMultipleFiles.click()">
|
||||||
<mat-icon>file_upload</mat-icon>
|
<mat-icon>file_upload</mat-icon>
|
||||||
|
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<div *ngIf="uploadFolders">
|
<div *ngIf="uploadFolders">
|
||||||
<button
|
<button
|
||||||
[disabled]="isButtonDisabled()"
|
[disabled]="isButtonDisabled()"
|
||||||
mat-button
|
mat-raised-button
|
||||||
(click)="uploadFolders.click()">
|
(click)="uploadFolders.click()">
|
||||||
<mat-icon>file_upload</mat-icon>
|
<mat-icon>file_upload</mat-icon>
|
||||||
<span id="uploadFolder-label"
|
<span id="uploadFolder-label"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user