]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refbanner.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_refbanner.tpl
index 6b65d5ef0e0ba4448d60623cb95a17d8fbf3bc47..781d46d53fcab8d31595ee87a5e866db9fce7daf 100644 (file)
@@ -1,27 +1,27 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=refbanner%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=refbanner%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="6" class="admin_title bottom">
-                       <strong>{--ADMIN_TITLE_EDIT_DELETE_REFERAL_BANNER--}</strong>
+               <td align="center" colspan="6" class="table_header bottom">
+                       <strong>{--ADMIN_EDIT_DELETE_REFERRAL_BANNER_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--REFERAL_URL--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--REFERAL_TITLE--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--REFERAL_CNTR--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--REFERAL_CLIX--}</strong></td>
-               <td class="header_column bottom" align="center"><strong>{--REFERAL_VIS--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REFERRAL_URL--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REFERRAL_TITLE--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REFERRAL_VIEWS--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REFERRAL_CLICKS_SHORT--}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--REFERRAL_IS_ACTIVE--}:</strong></td>
        </tr>
        $content
        <tr>
-               <td class="admin_footer" colspan="6">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT_REFERAL_BANNER--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_REFERAL_BANNER--}" />
+               <td class="table_footer" colspan="6">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>