Rewrote 2 str_replace() calls to one with array()
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=index&amp;what=confirm%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" colspan="2" class="table_header bottom">
6                 <strong>{--GUEST_REQUEST_CONFIRM_LINK_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" colspan="2">
12                 {--GUEST_CONFIRM_LINK_NOTICE--}
13         </td>
14 </tr>
15
16 <tr>
17         <td class="bottom" align="right">{--GUEST_ENTER_EMAIL--}:</td>
18         <td class="bottom">
19                 <input type="text" class="form_field" name="email" size="30" maxlength="255" />
20         </td>
21 </tr>
22
23 <tr>
24         <td align="center" colspan="2" class="table_footer">
25                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
26                 <input type="submit" class="form_submit" name="ok" value="{--GUEST_REQUEST_CONFIRM_LINK--}" />
27         </td>
28 </tr>
29 </table>
30 {%form_close%}
31 </div>