More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_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="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="6" class="admin_title bottom">
6                         <strong>{--EDIT_DEL_REFBANNER--}</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>{--REF_URL--}:</strong></td>
12                 <td class="header_column bottom right" align="center"><strong>{--REF_TITLE--}:</strong></td>
13                 <td class="header_column bottom right" align="center"><strong>{--REF_CNTR--}:</strong></td>
14                 <td class="header_column bottom right" align="center"><strong>{--REF_CLIX--}</strong></td>
15                 <td class="header_column bottom" align="center"><strong>{--REF_VIS--}:</strong></td>
16         </tr>
17         $content
18         <tr>
19                 <td class="admin_footer" colspan="6">
20                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
21                         <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
22                         <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>