Implements "Add template" button for email settings
close #16 Subjects now mandatory if send mail enabled
This commit is contained in:
parent
7192e2fe49
commit
6f3426b6a2
10 changed files with 275 additions and 111 deletions
39
app/views/admin/emails/_help.html.haml
Normal file
39
app/views/admin/emails/_help.html.haml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
.template-help{:id => id}
|
||||
Valid attributes:
|
||||
%table.table
|
||||
%tr
|
||||
%td {email}
|
||||
%td The user's email address
|
||||
%tr
|
||||
%td {name}
|
||||
%td The user's full name
|
||||
%tr
|
||||
%td {conference}
|
||||
%td The full conference title
|
||||
%tr
|
||||
%td {proposalslink}
|
||||
%td A link to the user's proposal page
|
||||
%tr
|
||||
%td {registrationlink}
|
||||
%td A link to the registration page
|
||||
%tr
|
||||
%td {eventtitle}
|
||||
%td The title of an accepted or rejected proposal
|
||||
%tr
|
||||
%td {conference_start_date}
|
||||
%td The start date of the conference
|
||||
%tr
|
||||
%td {conference_end_date}
|
||||
%td The end date of the conference
|
||||
%tr
|
||||
%td {registration_start_date}
|
||||
%td The start date of the registration period
|
||||
%tr
|
||||
%td {registration_end_date}
|
||||
%td The end date of the registration period
|
||||
%tr
|
||||
%td {venue}
|
||||
%td The name of the venue
|
||||
%tr
|
||||
%td {venue_adress}
|
||||
%td The adress of the venue
|
||||
Loading…
Add table
Add a link
Reference in a new issue