]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_points.tpl
Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
[mailer.git] / templates / de / html / admin / admin_config_points.tpl
index 509419f169a902afbbf4a31a769a991266a0aec2..a113f04b70f45145d47fb7af302554d7233b8f48 100644 (file)
@@ -1,26 +1,21 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
-       <TR>
-               <TD class="seperator" colspan="3" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10" rowspan="3">&nbsp;</TD>
-               <TD><strong><BIG>&middot;</BIG></strong>&nbsp;&nbsp;<a
-                       href="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=points">{--ADMIN_EDIT_POINTS--}</a>
-               </TD>
-               <TD class="seperator" width="10" rowspan="3">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD><strong><BIG>&middot;</BIG></strong>&nbsp;&nbsp;<a
-                       href="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=ref">{--ADMIN_EDIT_REFDEPTHS--}</a>
-               </TD>
-       </TR>
-       <TR>
-               <TD><strong><BIG>&middot;</BIG></strong>&nbsp;&nbsp;<a
-                       href="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=settings">{--ADMIN_EDIT_POINT_SETTINGS--}</a>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="3" height="7">&nbsp;</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<div align="center">
+<div class="table dashed">
+
+<div class="header_column bottom">
+       <strong>{--ADMIN_CONFIG_POINTS_TITLE--}</strong>
+</div>
+
+<div align="left" style="padding-left:5px">
+       <strong><big>&middot;</big></strong>&nbsp;<a href="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=points%}">{--ADMIN_EDIT_POINTS--}</a>
+</div>
+
+<div align="left" style="padding-left:5px">
+       <strong><big>&middot;</big></strong>&nbsp;<a href="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref%}">{--ADMIN_EDIT_REFERRAL_DEPTHS--}</a>
+</div>
+
+<div align="left" style="padding-left:5px">
+       <strong><big>&middot;</big></strong>&nbsp;<a href="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}">{--ADMIN_EDIT_POINT_SETTINGS--}</a>
+</div>
+
+</div>
+</div>