RED-6428: Created help mode link for Edit file attribute.
This commit is contained in:
parent
bf7450f5bb
commit
ac1e018e5c
@ -5,13 +5,14 @@
|
||||
</ng-template>
|
||||
|
||||
<ng-container *ngIf="((fileAttributesService.isEditingFileAttribute$ | async) === false || isInEditMode) && !file.isProcessing">
|
||||
<div *ngIf="!isInEditMode; else input" class="edit-button">
|
||||
<div *ngIf="!isInEditMode; else input" class="action-buttons edit-button">
|
||||
<iqser-circle-button
|
||||
(action)="editFileAttribute()"
|
||||
*ngIf="permissionsService.canEditFileAttributes(file, dossier)"
|
||||
[disabled]="!fileAttribute.editable"
|
||||
[icon]="'iqser:edit'"
|
||||
[tooltip]="'file-attribute.actions.edit' | translate"
|
||||
[iqserHelpMode]="'edit-file-attributes'"
|
||||
id="edit-attribute-button"
|
||||
></iqser-circle-button>
|
||||
</div>
|
||||
|
||||
@ -6,26 +6,19 @@
|
||||
|
||||
.edit-button {
|
||||
position: absolute;
|
||||
display: none;
|
||||
background: radial-gradient(var(--iqser-side-nav) 10%, rgba(244, 245, 247, 0) 60%);
|
||||
height: 100%;
|
||||
width: 150%;
|
||||
transform: translate(-25%);
|
||||
right: 10%;
|
||||
width: 90%;
|
||||
background: linear-gradient(to left, var(--iqser-side-nav) 20%, rgba(244, 245, 247, 0) 60%);
|
||||
|
||||
iqser-circle-button {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
left: 80%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.edit-button {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-input {
|
||||
cursor: default;
|
||||
display: flex;
|
||||
|
||||
@ -526,5 +526,11 @@
|
||||
"de": "",
|
||||
"it": "",
|
||||
"fr": ""
|
||||
},
|
||||
"edit-file-attributes": {
|
||||
"en": "/en/index-en.html?contextId=document_list",
|
||||
"de": "",
|
||||
"it": "",
|
||||
"fr": ""
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 03084293b2f5e3b96fe44f75252ae1f75ce7039f
|
||||
Subproject commit 75c851bd52f037b11d2a22ea28c538ada1d3e746
|
||||
Loading…
x
Reference in New Issue
Block a user