Project

General

Profile

« Previous | Next » 

Revision 58530

[Library|Trunk]

Footer: options for centering contents and have dark or light background

Table View: change parameter to fv0

Searchbar, Entities Selection: clean up logs

View differences:

bottom.component.ts
22 22
// @Input() environment:string = "beta";
23 23
showPage ={};
24 24
@Input() grantAdvance:boolean = true;
25
grantAdvanceText = "OpenAIRE-Advance receives funding from the European Union's Horizon 2020 Research and Innovation programme under Grant Agreement No. 777541."
26
grantConenctText = "OpenAIRE-Connect receives funding from the European Union's Horizon 2020 Research and Innovation programme under grant agreement No. 731011."
25
grantAdvanceText = "OpenAIRE-Advance receives funding from the European Union's Horizon 2020 Research and Innovation programme under Grant Agreement No. 777541.";
26
grantConenctText = "OpenAIRE-Connect receives funding from the European Union's Horizon 2020 Research and Innovation programme under grant agreement No. 731011.";
27 27
@Input()  properties:EnvProperties;
28
@Input() darkBackground:boolean=true;
29
@Input() centered:boolean=false;
30
sectionClass= "uk-section-primary";
28 31

  
29 32
constructor(private config: ConfigurationService, private  route: ActivatedRoute,) {
30 33
}
31 34

  
32 35
  ngOnInit() {
36
  if(!this.darkBackground){
37
    this.sectionClass= " footer-light-background";
38
  }
33 39
    this.route.queryParams.subscribe(params => {
34 40
      if(this.showMenuItems){
35 41
        if( this.properties.adminToolsAPIURL && this.communityId ){

Also available in: Unified diff