Ignore:
Timestamp:
06/17/10 16:21:52 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
336d4e
Parents:
cd05ca
git-author:
Ian Rolewicz <ian.rolewicz@…> (04/29/10 14:15:07)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (06/17/10 16:21:52)
Message:

[IMP] Multiple emails for booking contact email

  • fixes #270
  • Now more than one email address can be specified in the "Booked for" Email input field, as long as they are valid and are separated by commas, semicolons or whitespaces
  • All notification emails are now sent to the contact email in addition of the creator.
  • Additional email templates were added for notifying the addresses of the 'notification email' custom attribute field
  • Now the users can specify more than one email address for the room custom attribute 'notification email'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/RoomBookingDetails.tpl

    rcd05ca r3908a4  
    184184                                        <tr> 
    185185                                            <td align="right" valign="top"><small> <%= _("E-mail")%>&nbsp;&nbsp;</small></td> 
    186                                             <td align="left" class="blacktext"><a style="font-weight: normal" href="mailto:<%= verbose( reservation.contactEmail ) %>"><%= reservation.contactEmail %></a></td> 
     186                                            <td align="left" class="blacktext"><a style="font-weight: normal" href="mailto:<%= verbose( reservation.contactEmail ) %>"><%= reservation.contactEmail.replace(',',', ') %></a></td> 
    187187                                        </tr> 
    188188                                        <tr> 
Note: See TracChangeset for help on using the changeset viewer.