]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_stats.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_config_stats.tpl
index 838acd5dcf780ce30b3fa8ed625bdc7b1be2dfd7..2805b99cc8076ce977ca125b152ea955e8c25697 100644 (file)
@@ -1,71 +1,52 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_stats"
-       method="POST">
-<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;<INPUT
-                       type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_stats%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_SETUP_STATS_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="right"><strong>{--ADMIN_GSTATS_MEMBERS--}:</strong><br />
+                       <div class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</div>
+               </td>
+               <td>
+                       <input type="radio" name="guest_stats" class="admin_normal" value="members"$content[guest_stats_members] />
+               </td>
+       </tr>
+       <tr>
+               <td align="right"><strong>{--ADMIN_GSTATS_MODULES--}:</strong><br />
+                       <div class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</div>
+               </td>
+               <td>
+                       <input type="radio" name="guest_stats" class="admin_normal" value="modules"$content[guest_stats_modules] />
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right"><strong>{--ADMIN_GSTATS_INACTIVE--}:</strong><br />
+                       <div class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</div>
+               </td>
+               <td class="bottom">
+                       <input type="radio" name="guest_stats" class="admin_normal" value="inactive"$content[guest_stats_inactive] />
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_MEMBER_STATS_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right">{--ADMIN_MEMBER_STATS_LIMIT--}:</td>
+               <td class="bottom">
+                       <input type="text" name="stats_limit" class="admin_normal" value="{?stats_limit?}" size="4" maxlength="20" />
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center" class="admin_footer top">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>