mailer project continued:
[mailer.git] / templates / de / html / member / member_order_html_intro.tpl
1 <div class="table_header bottom">
2         <strong>{--MEMBER_HTML_ORDER_TITLE--}</strong>
3 </div>
4
5 <div class="table_row bottom">
6         <div align="center">
7                 {--MEMBER_HTML_MESSAGE--}
8                 <input type="radio" class="form_field" name="html" value="Y" />
9                 {--MEMBER_NORMAL_MESSAGE--}
10                 <input type="radio" class="form_field" name="html" value="N" checked="checked" />
11         </div>
12 </div>