Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
5f7b669a
Commit
5f7b669a
authored
Oct 13, 2021
by
Hamza HRAMCHI
Browse files
FIX #16304 TIME 0:10 rm unless code
parent
849b5dfc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/frontend/app/list/basket-list.component.html
View file @
5f7b669a
...
...
@@ -87,12 +87,6 @@
[innerHTML]=
"data.displayValue.processLimitDate | timeLimit"
title=
'{{data.displayValue.processLimitDate | fullDate}}'
></span>
</ng-container>
<ng-container
*ngIf=
"data.value === 'getCreationDate'"
>
<i
class=
"fa {{data.icon}}"
title=
"{{'lang.getCreationDate' | translate}}"
></i>
<span
[innerHTML]=
"data.displayValue | timeAgo"
style=
"margin-left: 3px;"
title=
'{{data.displayValue | fullDate}}'
></span>
</ng-container>
<ng-container
*ngIf=
"data.value === 'getProcessLimitDate'"
>
<i
class=
"fa {{data.icon}}"
title=
"{{'lang.getProcessLimitDate' | translate}}"
></i>
<span
...
...
@@ -101,7 +95,7 @@
</ng-container>
</ng-container>
</ng-container>
<ng-container
*ngIf=
"data.icon != '' &&
['getCreationDate',
'getProcessLimitDate'
].indexOf(data.value) === -1
"
>
<ng-container
*ngIf=
"data.icon != '' &&
data.value !==
'getProcessLimitDate'"
>
<i
class=
"fa {{data.icon}}"
title=
"{{data.label}}"
></i>
</ng-container>
...
...
@@ -112,7 +106,7 @@
title=
"{{'lang.' + data.displayValue | translate}}"
>
{{'lang.' + data.displayValue | translate}}
</span>
</ng-container>
<ng-container
*ngIf=
"data.value != 'getCategory' && data.value !==
'getCreationDate' && data.value !==
'getProcessLimitDate' && data.value != 'getCreationAndProcessLimitDates'"
>
*ngIf=
"data.value != 'getCategory' && data.value !== 'getProcessLimitDate' && data.value != 'getCreationAndProcessLimitDates'"
>
<span
*ngIf=
"!data.value.includes('Date')"
title=
"{{data.displayTitle}}"
[innerHTML]=
"data.displayValue"
></span>
<span
*ngIf=
"data.value.includes('Date')"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment