]> 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 7498d4fb61fffb754e4e8ac9d6896cacff2e69b2..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">
+{%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="table_header bottom">
-                       <strong>{--ADMIN_EDIT_DELETE_REFERAL_BANNER_TITLE--}</strong>
+                       <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_VIEWS--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--REFERAL_CLICKS_SHORT--}</strong></td>
-               <td class="header_column bottom" align="center"><strong>{--REFERAL_IS_ACTIVE--}:</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="table_footer" colspan="6">
                        <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_REFERAL_BANNER--}" />
-                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_REFERAL_BANNER--}" />
+                       <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>