]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_stats.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_config_stats.tpl
index e38bf275e3c5d45459916478a460cb7dc154342f..d80da7604e5ca30ebce44824f62f8fc218bedde6 100644 (file)
@@ -1,71 +1,71 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_stats"
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_stats"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+<table border="0" cellspacing="0" cellpadding="0" width="400"
        class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_SETUP_STATS_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="340" height="40" align="right"><STRONG>{--ADMIN_GSTATS_MEMBERS--}:</STRONG><BR>
-               <FONT class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</FONT></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="50"><INPUT type="radio" name="guest_stats"
-                       class="admin_normal" value="members"{--__MEMBERS_RADIO--}></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="40" align="right"><STRONG>{--ADMIN_GSTATS_MODULES--}:</STRONG><BR>
-               <FONT class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</FONT></TD>
-               <TD class="seperator">&nbsp;</TD>
-               <TD><INPUT type="radio" name="guest_stats" class="admin_normal"
-                       value="modules"{--__MODULES_RADIO--}></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="40" align="right"><STRONG>{--ADMIN_GSTATS_INACTIVE--}:</STRONG><BR>
-               <FONT class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</FONT></TD>
-               <TD class="seperator">&nbsp;</TD>
-               <TD><INPUT type="radio" name="guest_stats" class="admin_normal"
-                       value="inactive"{--__INACTIVE_RADIO--}></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_MEMBER_STATS_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="40" align="right">{--ADMIN_MEMBER_STATS_LIMIT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="stats_limit" class="admin_normal"
-                       value="{--__STATS_LIMIT--}" size="4" maxlength="20"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="admin_footer top2"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_SETUP_STATS_TITLE--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="340" height="40" align="right"><strong>{--ADMIN_GSTATS_MEMBERS--}:</strong><br />
+               <div class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</div></td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td width="50"><input type="radio" name="guest_stats"
+                       class="admin_normal" value="members"{!__MEMBERS_RADIO!}></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td height="40" align="right"><strong>{--ADMIN_GSTATS_MODULES--}:</strong><br />
+               <div class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</div></td>
+               <td class="seperator">&nbsp;</td>
+               <td><input type="radio" name="guest_stats" class="admin_normal"
+                       value="modules"{!__MODULES_RADIO!}></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td height="40" align="right"><strong>{--ADMIN_GSTATS_INACTIVE--}:</strong><br />
+               <div class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</div></td>
+               <td class="seperator">&nbsp;</td>
+               <td><input type="radio" name="guest_stats" class="admin_normal"
+                       value="inactive"{!__INACTIVE_RADIO!}></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_MEMBER_STATS_TITLE--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td height="40" align="right">{--ADMIN_MEMBER_STATS_LIMIT--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td><input type="text" name="stats_limit" class="admin_normal"
+                       value="{!__STATS_LIMIT!}" size="4" maxlength="20"></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" align="center" class="admin_footer top2"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
+</form>