]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_unlock_emails_redir.tpl
Expanded input tags a little
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=unlock_emails%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td class="table_header bottom" colspan="2" align="center" height="35">
6                         {--ADMIN_REJECTED_URLS--}
7                 </td>
8         </tr>
9         $content
10         <tr>
11                 <td class="table_footer" colspan="2" align="center">
12                         <input type="reset" class="form_reset" value="{--RESET_SELECT--}" />
13                         <input type="submit" class="form_delete" name="lock" value="{--ADMIN_LOCK_URLS--}" />
14                 </td>
15         </tr>
16 </table>
17 {%form_close%}
18 </div>