]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_user_subids.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_delete_user_subids.tpl
index a1b757b060571d8c3f8ca4958e4af720c6cea02e..85426228cba0822eed6863c3e352d464442c7d5f 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_user_subid%}&amp;userid={%get,bigintval=userid%}&amp;do=delete_user_subids" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_user_subid&amp;userid=$content[userid]&amp;do=delete_user_subids%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
 <tr>
        <td align="center" colspan="3" class="table_header">
@@ -11,7 +11,7 @@
        <td class="header_column bottom right" align="center"><strong>{--SUBID_VALUE--}</strong></td>
        <td class="header_column bottom" align="center"><strong>{--SUBID_ADDED--}</strong></td>
 </tr>
-$content
+$content[rows]
 <tr>
        <td class="table_footer" colspan="3">
                <input type="hidden" name="userid" value="{%get,bigintval=userid%}" />
@@ -20,5 +20,5 @@ $content
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>