]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refbanner.tpl
Hotfix
[mailer.git] / templates / de / html / admin / admin_list_refbanner.tpl
index 6b65d5ef0e0ba4448d60623cb95a17d8fbf3bc47..7991ed207302b30cce759840f864227e5f892b2a 100644 (file)
@@ -1,25 +1,25 @@
 <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 accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=refbanner%}" method="post">
+<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>