Changeset 3908a4 in indico for indico/MaKaC/webinterface/tpls/RoomBookingDetails.tpl
- Timestamp:
- 06/17/10 16:21:52 (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/RoomBookingDetails.tpl
rcd05ca r3908a4 184 184 <tr> 185 185 <td align="right" valign="top"><small> <%= _("E-mail")%> </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> 187 187 </tr> 188 188 <tr>
Note: See TracChangeset
for help on using the changeset viewer.
