]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_lock_sponsor.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_lock_sponsor.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}
3 <div class="table dashed">
4
5 <div class="table_header bottom">
6         <div class="table">$content[header_message]</div>
7 </div>
8
9 <div>
10         $content[text_message]
11 </div>
12
13 <div>
14         $content[email_link]
15 </div>
16
17 <div class="bottom">
18         <textarea name="reason" class="form_field" rows="5" cols="50"></textarea>
19 </div>
20
21 <div class="table_footer">
22         <input type="submit" name="no" class="form_submit" value="{--NO--}" />
23         <input type="submit" name="ok" class="form_delete" value="{--YES--}" />
24 </div>
25
26 </div>
27 {%form_close%}
28 </div>