Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a0d432d5 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

[EDELIVERY-140016] fix reset button dialog reference and change icon and label on main search page

parent f829a1a3
No related branches found
No related tags found
No related merge requests found
Pipeline #216480 failed
......@@ -35,12 +35,13 @@
<mat-icon>search</mat-icon>
<span>{{ "reference.document.dialog.button.search" | translate }}</span>
</button>
<button mat-raised-button id="resetbutton_id"
[disabled]="filterForm"
<button mat-raised-button color="primary"
id="resetbutton_id"
[disabled]="!isDirty"
(click)="onResetButtonClicked()"
>
<mat-icon>reset</mat-icon>
<span>{{ "reference.document.dialog.button.reset" | translate }}</span>
<mat-icon>filter_alt_off</mat-icon>
<span>{{ "reference.document.dialog.button.reset.filters" | translate }}</span>
</button>
</mat-toolbar-row>
</div>
......
<smp-search-table #searchTable
page_id='search_id'
id='search_id'
[title]="'resource.search.title' | translate"
[columnPicker]="columnPicker"
[url]="baseUrl"
......@@ -59,8 +59,8 @@
<ng-template #additionalSearchAreaButtons>
<button mat-raised-button color="primary" (click)="clearFilters()" id="clearallbutton_id">
<mat-icon>search</mat-icon>
<span>{{ "resource.search.button.clear.all" | translate }}</span>
<mat-icon>filter_alt_off</mat-icon>
<span>{{ "resource.search.button.reset.filters" | translate }}</span>
</button>
</ng-template>
......
......@@ -455,7 +455,7 @@
"reference.document.dialog.button.save": "Save",
"reference.document.dialog.button.select": "Set selected document as reference",
"reference.document.dialog.label.select.page": "Page",
"reference.document.dialog.button.reset": "Reset",
"reference.document.dialog.button.reset.filters": "Reset filters",
"review.edit.dialog.title": "Review tasks details",
"review.edit.panel.label.review": "Review",
......@@ -568,7 +568,7 @@
"login.title.sso.login": "SSO Login:",
"login.success.confirmation.email.sent": "A confirmation email has been sent to your registered email address for user [{{userId}}]. Please follow the instructions in the email to complete the account reset process. If you did not receive mail try later or contact administrator",
"resource.search.button.clear.all": "Clear All",
"resource.search.button.reset.filters": "Reset filters",
"resource.search.error.fetch.resource.metadata": "Error occurred while retrieving the resource metadata",
"resource.search.label.document.type": "Document Type",
"resource.search.label.domain": "Domain",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment