Project

General

Profile

« Previous | Next » 

Revision 59678

[Library | Trunk]: Contact us add css file

View differences:

composer.ts
68 68
  public static composeEmailForMonitor(contactForm: any, admins: any): Email {
69 69
    let email: Email = new Email();
70 70
    
71
    email.subject = "OpenAIRE Monitor | " + contactForm.subject;
71
    email.subject = "OpenAIRE - Monitor";
72 72
    email.body = "<div style='font-size:" + this.noteBodySize + "'>"
73 73
      + "<span><b>Name</b>: " + contactForm.name + "</span><br>"
74 74
      + "<span><b>Surname</b>: " + contactForm.surname + "</span><br>"
......
84 84
  public static composeEmailForUsageCounts(contactForm: any, admins: any): Email {
85 85
    let email: Email = new Email();
86 86
    
87
    email.subject = "OpenAIRE UsageCounts";
87
    email.subject = "OpenAIRE - UsageCounts";
88 88
    email.body = "<div style='font-size:" + this.noteBodySize + "'>"
89 89
      + "<span><b>Name</b>: " + contactForm.name + "</span><br>"
90 90
      + "<span><b>Email</b>: " + contactForm.email + "</span><br>"

Also available in: Unified diff