source: extensions/ContactForm/template/text/html/mail.tpl @ 28324

Last change on this file since 28324 was 28324, checked in by mistic100, 10 years ago

add $confcontact_form_show_ip option

File size: 331 bytes
Line 
1<style type="text/css">{strip}
2
3{/strip}</style>
4
5<p>
6  <b>{'Name'|translate}:</b> {$CONTACT.author}<br>
7  <b>{'Email address'|translate}:</b> {$CONTACT.email}
8  {if $CONTACT.show_ip}
9    <br>{'IP: %s'|translate:$CONTACT.ip}
10    <br>{'Browser: %s'|translate:$CONTACT.agent}
11  {/if}
12</p>
13
14<blockquote>{$CONTACT.content}</blockquote>
Note: See TracBrowser for help on using the repository browser.