]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_points.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_config_points.tpl
index 3f72a6aa6393a3c64dce780d750c7599be57e4b2..feb1f53011b298696622c6adc0118b1e2d4e11b9 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="admin_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_REFDEPTHS--}</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>