]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_user_subid_stats.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_user_subid_stats.tpl
index 3ef4db18ba505caa940acfa8027dbdd45e96eb67..e306697e5dac91a4d6e11d3ffff0bf94fac7122a 100644 (file)
@@ -1,31 +1,34 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=list_user_subid&amp;do=stats&amp;userid=$content[userid]&amp;id=$content[id]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="6" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_LIST_USER_SUBID_STATS_TITLE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--USER_AGENT--}</strong></td>
-               <td align="center" class="header_column bottom"><strong>{--ENTRY_ADDED--}</strong></td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="6" class="table_footer">
-                       <input type="hidden" name="subid[0]" value="{%get,getSubId=id%}" />
-                       <input type="hidden" name="refid" value="{%get,bigintval=userid%}" />
-                       <input type="submit" class="form_delete" name="do_delete_stats" value="{--ADMIN_DELETE_USER_SUBID_STATS_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="6" align="center" class="table_header bottom">
+               <strong>{--ADMIN_LIST_USER_SUBID_STATS_TITLE--}</strong>
+       </td>
+</tr>
+
+<tr>
+       <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--USER_AGENT--}</strong></td>
+       <td align="center" class="header_column bottom"><strong>{--ENTRY_ADDED--}</strong></td>
+</tr>
+
+$content[rows]
+
+<tr>
+       <td colspan="6" class="table_footer">
+               <input type="hidden" name="subid[0]" value="{%get,getSubId=id%}" />
+               <input type="hidden" name="refid" value="{%get,bigintval=userid%}" />
+               <input type="submit" class="form_delete" name="do_delete_stats" value="{--ADMIN_DELETE_USER_SUBID_STATS_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>
 
 <div class="notice">
        {--ADMIN_USER_SUBID_STATS_NOTICE--}
-</div
+</div>