Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_user_subid.tpl
index 47d89b3b557f3f25ee541fe12c3399decdfc8262..557ad3709ac52bc74a21192cbf5e7512e4ab3993 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%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_user_subid&amp;userid=$content[userid]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
 <tr>
        <td align="center" colspan="4" class="table_header">
@@ -12,7 +12,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="4">
                <input type="hidden" name="userid" value="{%get,bigintval=userid%}" />
@@ -22,5 +22,5 @@ $content
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>