Large code cleanups:
[mailer.git] / templates / de / html / admin / admin_list_refbanner.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=refbanner%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td align="center" colspan="6" class="table_header bottom">
6                         <strong>{--ADMIN_EDIT_DELETE_REFERRAL_BANNER_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11                 <td class="header_column bottom right" align="center"><strong>{--REFERRAL_URL--}:</strong></td>
12                 <td class="header_column bottom right" align="center"><strong>{--REFERRAL_TITLE--}:</strong></td>
13                 <td class="header_column bottom right" align="center"><strong>{--REFERRAL_VIEWS--}:</strong></td>
14                 <td class="header_column bottom right" align="center"><strong>{--REFERRAL_CLICKS_SHORT--}</strong></td>
15                 <td class="header_column bottom" align="center"><strong>{--REFERRAL_IS_ACTIVE--}:</strong></td>
16         </tr>
17         $content
18         <tr>
19                 <td class="table_footer" colspan="6">
20                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
21                         <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
22                         <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>