[plugins-functionality | DONE | CHANGED ] Gateway info rename content providers
This commit is contained in:
parent
50ae910b26
commit
b7cf0fbaac
|
@ -110,7 +110,7 @@
|
||||||
{{contentProviderTotal|number}}
|
{{contentProviderTotal|number}}
|
||||||
</a>
|
</a>
|
||||||
<span class="uk-flex uk-flex-middle uk-text-small">
|
<span class="uk-flex uk-flex-middle uk-text-small">
|
||||||
Content Providers
|
{{openaireEntities.DATASOURCES}}
|
||||||
<a *ngIf="contentProvidersCalculated && (contentProviderTotal && contentProviderTotal > 0 && isEntityEnabled('datasource') && isRouteEnabled(searchLinkToDataProviders))"
|
<a *ngIf="contentProvidersCalculated && (contentProviderTotal && contentProviderTotal > 0 && isEntityEnabled('datasource') && isRouteEnabled(searchLinkToDataProviders))"
|
||||||
[title]="buildContentProvidersTooltip()"
|
[title]="buildContentProvidersTooltip()"
|
||||||
[attr.uk-tooltip]="'pos: bottom-right; delay: 10;'"
|
[attr.uk-tooltip]="'pos: bottom-right; delay: 10;'"
|
||||||
|
|
|
@ -211,7 +211,7 @@ export class PluginGatewayInformationComponent extends PluginBaseComponent<Plugi
|
||||||
let tooltipContent: string = "<div>";
|
let tooltipContent: string = "<div>";
|
||||||
|
|
||||||
if (this.contentProviderTotal != null && this.contentProviderTotal > 0 && this.isEntityEnabled('datasource') && this.isRouteEnabled(this.searchLinkToDataProviders)) {
|
if (this.contentProviderTotal != null && this.contentProviderTotal > 0 && this.isEntityEnabled('datasource') && this.isRouteEnabled(this.searchLinkToDataProviders)) {
|
||||||
tooltipContent += "<span class='uk-text-bold'>Content Providers</span>";
|
tooltipContent += "<span class='uk-text-bold'>Data sources</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltipContent += " have been selected as relevant for your community by the gateway curators.";
|
tooltipContent += " have been selected as relevant for your community by the gateway curators.";
|
||||||
|
|
Loading…
Reference in New Issue