Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
authorRoland Häder <roland@mxchange.org>
Sun, 22 Nov 2009 08:58:23 +0000 (08:58 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Nov 2009 08:58:23 +0000 (08:58 +0000)
35 files changed:
templates/de/html/member/member_bonus.tpl
templates/de/html/member/member_cat_row.tpl
templates/de/html/member/member_cats_footer.tpl
templates/de/html/member/member_cats_header.tpl
templates/de/html/member/member_list_beg.tpl
templates/de/html/member/member_mail_bonus_deleted.tpl
templates/de/html/member/member_mail_bonus_new.tpl
templates/de/html/member/member_mail_bonus_queue.tpl
templates/de/html/member/member_mail_bonus_send.tpl
templates/de/html/member/member_mail_normal_active.tpl
templates/de/html/member/member_mail_normal_admin.tpl
templates/de/html/member/member_mail_normal_deleted.tpl
templates/de/html/member/member_mail_normal_new.tpl
templates/de/html/member/member_mail_normal_send.tpl
templates/de/html/member/member_mail_normal_temp.tpl
templates/de/html/member/member_mydata_edit.tpl
templates/de/html/member/member_newsletter.tpl
templates/de/html/member/member_points.tpl
templates/de/html/member/member_points_bonus_disabled.tpl
templates/de/html/member/member_points_bonus_rows.tpl
templates/de/html/member/member_pool_table.tpl
templates/de/html/member/member_ref_list.tpl
templates/de/html/member/member_ref_list_level.tpl
templates/de/html/member/member_refback_edit.tpl
templates/de/html/member/member_refback_list.tpl
templates/de/html/member/member_refback_list_level.tpl
templates/de/html/member/member_refback_list_row.tpl
templates/de/html/member/member_refback_list_row_deleted.tpl
templates/de/html/member/member_stats_table.tpl
templates/de/html/member/member_support_contcted.tpl
templates/de/html/member/member_support_form.tpl
templates/de/html/member/member_surfbar_list.tpl
templates/de/html/member/member_unconfirmed_table.tpl
templates/de/html/member/member_unconfirmed_table_nopoints.tpl
templates/de/html/show_bonus_msg.tpl

index c7490a62233d8d8016e1b8e3481a70794281528e..bf4bb081d2eb06d14ecc58efe081020ed9d3365a 100644 (file)
@@ -1,13 +1,17 @@
 <div align="center">
-<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
-<br />
+
+<div class="para">
+<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong>
+</div>
+
+<div class="para">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td width="80" align="center" class="member_header bottom"><strong>{--BONUS_RANK--}:</strong></td>
-               <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
+               <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
 
-               <td width="100" align="center" class="member_header bottom"><strong>{?POINTS?}:</strong></td>
-               <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+               <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
+               <td width="220" align="center" class="header_column bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
        </tr>
        $content[rows]
        <tr>
                <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
        </tr>
 </table>
-<br />
+</div>
 
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="member_table dashed">
+<div class="para">
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="member_table dashed">
        <tr>
-               <td class="member_header bottom"
+               <td class="header_column bottom"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
-                       align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></td>
+                       align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong>
+               </td>
        </tr>
        <tr>
                <td class="member_note bottom" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
@@ -44,3 +49,4 @@
        </tr>
 </table>
 </div>
+</div>
index fe1247375388aaf5b8b210fcebaac5dddba6c0f5..c97540d1f07b5e619e495702807aa30201f1e883 100644 (file)
@@ -1,11 +1,7 @@
 <tr>
-       <td align="right" height="20" class="switch_sw$content[sw]">$content[cat]&nbsp;&nbsp;</td>
-       <td width="2" class="seperator">&nbsp;</td>
-       <td align="center" class="switch_sw$content[sw]">{--YES--} <input
-               type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy]>&nbsp;
-       {--NO--} <input type="radio" name="cat[$content[id]]"
-               class="member_normal" value="N"$content[jn]></td>
-</tr>
-<tr>
-       <td colspan="3" height="2" class="seperator">&nbsp;</td>
+       <td class="switch_sw$content[sw] bottom" align="right">$content[cat]</td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               {--YES--} <input type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy] />
+               {--NO--} <input type="radio" name="cat[$content[id]]" class="member_normal" value="N"$content[jn] />
+       </td>
 </tr>
index f8741cb2d2e26c1b588049c0947df5c1566afddc..e6048ef4ff09edc0c1e339d2588978169265cb67 100644 (file)
@@ -1,8 +1,9 @@
 <tr>
-       <td colspan="3" align="center" height="30" class="member_footer">
-       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-       <input type="submit" name="ok" class="member_submit"
-               value="{--SUBMIT_CHANGES--}" /></td>
+       <td colspan="2" align="center" height="30" class="member_footer">
+               <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="ok" class="member_submit" value="{--SUBMIT_CHANGES--}" />
+       </td>
 </tr>
 </table>
-</form>
\ No newline at end of file
+</form>
+</div>
index 5a2910acdaebe32ed62a6c682e01d6eb22a0d4ed..f5aeab88f2f7b1af2e4bcd16ad86f7431bcb72f3 100644 (file)
@@ -1,15 +1,7 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=categories%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="member_main dashed">
 <tr>
-       <td colspan="5" height="5" class="seperator">&nbsp;</td>
-</tr>
-<tr>
-       <td width="5" class="seperator" rowspan="$content[rows]">&nbsp;</td>
-       <td align="center" class="member_header" width="408"><strong>{--CATNAME--}</strong></td>
-       <td width="2" class="seperator">&nbsp;</td>
-       <td align="center" class="member_header" width="180"><strong>{--SELECT_CAT--}</strong></td>
-       <td width="5" class="seperator" rowspan="$content[rows]">&nbsp;</td>
-</tr>
-<tr>
-       <td colspan="3" height="5" class="seperator">&nbsp;</td>
+       <td align="center" class="header_column bottom" width="408"><strong>{--CATNAME--}</strong></td>
+       <td align="center" class="header_column bottom" width="180"><strong>{--SELECT_CAT--}</strong></td>
 </tr>
index b721ca2759cd391e4b7e64f025811ad47472e8bc..4040388c6c316b0752cf0e8f672cc0946a9553c4 100644 (file)
@@ -2,10 +2,10 @@
 <br />
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td width="80" align="center" class="member_header bottom"><strong>{--BEG_RANK--}:</strong></td>
-               <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
-               <td width="100" align="center" class="member_header bottom"><strong>{--BEG_POINTS--}:</strong></td>
-               <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+               <td width="80" align="center" class="header_column bottom"><strong>{--BEG_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
+               <td width="100" align="center" class="header_column bottom"><strong>{--BEG_POINTS--}:</strong></td>
+               <td width="220" align="center" class="header_column bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
        </tr>
        $content[rows]
        <tr>
@@ -19,7 +19,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="90%"
        class="member_table dashed">
        <tr>
-               <td class="member_header bottom"
+               <td class="header_column bottom"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
                        align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
        </tr>
index 4c00676a87b695396620e163c0a3f4164ce1c780..4594ef0770c3302d170305d6bcb75e579cbf28a9 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index e085dd7c61c8ea4ca0b6a1dccf1d7cc191862248..494212cf600fb92925759be476d84e5c71feb966 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index e5caf0924126335671ca2ee65facd7538037e89b..034d774d4abb171aa71f8c79342d89edd618dda8 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index 89a6fd8bc08fd6a9176538caf3a1bce92b27928c..1811bc9fef7e41023a68dbd0745115455b093dc8 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index a6223eacb39e5adffabd1192ba8e15eaa65f814e..d8f79d666f9b750bf794c17e31f0616b64fb020a 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index 54a2919e90dcec4cc07749f937117231fce90ec8..8f78c83a4708b80c6d7aaaed80062f52758d2eba 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index e9da21c2cf05e160b04cbe216f7cae6d415982b4..e18ea2d51746efd104f6ee22a2e5aadb0c7fb944 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index b888d87cf726755c50f43d90d386814f1958f184..ac7186d3941f2e385fa82e162ee9b238fdf87d11 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index c2d967a592df33d8ac65aa1b71b00162c0a88fdc..ffac5cfab2b5432a57b0386643a0382b95ee886f 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index 92bb6ff61d8a68a0bd38d279c7333202fec4710a..6a80843c476cb03af2bc4c989da5181846d796b8 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td colspan="2" align="center" class="member_header bottom">
+       <td colspan="2" align="center" class="header_column bottom">
                <strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
        </td>
 </tr>
index 77ca7cebce8a634c649879f8ce1f1cfec9833ee5..6cb78c890cd789766976badc6759b3c8a742e275 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=mydata%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td class="member_header bottom" colspan="2">
+               <td class="header_column bottom" colspan="2">
                        <strong>{--YOUR_LOGIN--}: $content[userid]</strong>
                </td>
        </tr>
index 4c89e136341e9089313d39340950eeeddb3fd50d..54e9f9a570ed7a605d5ef67c0d944707d01deb41 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=newsletter%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td class="member_header bottom" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
+               <td class="header_column bottom" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
index 1b5c20b08e457e05af879a4878ce11afde7392c4..9a30946baed7fe1bd296cdc234402c778503134f 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td align="center" class="member_header bottom"><strong>{--REF_LEVEL--}</strong></td>
-               <td align="center" class="member_header bottom"><strong>{?POINTS?}</strong></td>
-               <td align="center" class="member_header bottom"><strong>{--REFERALS--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--REF_LEVEL--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{?POINTS?}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--REFERALS--}</strong></td>
        </tr>
        $content[rows]
        <tr>
@@ -25,7 +25,7 @@
        </tr>
        $content[special_rows]
        <tr>
-               <td colspan="3" class="member_header bottom top">
+               <td colspan="3" class="header_column bottom top">
                        <div align="center"><strong>{--CLICK_STATISTICS--}</strong></div>
                </td>
        </tr>
index 59effa69014feca5aa4d09411f67b9cf769c565e..5e85cd6226ea844e2b7375eb55c5400b86c317ae 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
-       <td colspan="3" align="center" class="member_header">
+       <td colspan="3" align="center" class="header_column">
                <strong>{--BONUS_POINTS_DISABLED--}</strong>
        </td>
 </tr>
index ca0af4b6ad820baa537908b6ef35029170c0715a..6f3f1a864ab8dbf887c0927cf701a669022a0a62 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
-       <td colspan="5" align="center" class="member_header bottom top">
+       <td colspan="5" align="center" class="header_column bottom top">
                <strong>{--BONUS_POINTS_TITLE--}</strong>
        </td>
 </tr>
index 56c64cf465e1bf072b2592bf76ee4a49308ac21c..75bc7e634b5484316a6e11372f9391b4430025e3 100644 (file)
@@ -1,8 +1,10 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
 <tr>
-       <td colspan="3" align="center" height="25" class="member_header">
+       <td colspan="3" align="center" height="25" class="header_column">
                <div class="member_done">{--MEMBER_POOL_CONTENT--}</div>
        </td>
 </tr>
 $content
 </table>
+</div>
index 596706426b046a79bda8b694898740bbb2440993..c63a9ad669f1830646d54d14f5bf8fc1044d26fe 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="740">
 <tr>
-       <td align="center" class="member_header bottom">
+       <td align="center" class="header_column bottom">
                <strong>{--MEMBER_REFLIST_TITLE--}</strong>
        </td>
 </tr>
index 12f5bee3f5dc9301387f151596e1a1eee4f5dc36..8a6d99e9ea2f7bad92a6bd3500e8f8528118f370 100644 (file)
@@ -2,7 +2,7 @@
        <td align="center" style="padding:0px;margin:0px">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
 <tr>
-       <td align="center" class="member_header" colspan="6">
+       <td align="center" class="header_column" colspan="6">
                <strong>{--MEMBER_REFLIST_LIST_TITLE_1--}$content[level]{--MEMBER_REFLIST_LIST_TITLE_2--}$content[percents]{--MEMBER_REFLIST_LIST_TITLE_3--}</strong>
        </td>
 </tr>
index 2b4e1b3da618667aad98830394f35d167e2c7fc7..884121f6708a5b14a847c673e9098d200fe9b155 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=refback%}" method="post">
 <input type="hidden" name="id" value="$content[id]" />
 <div class="member_table dashed">
-<div class="member_header bottom">
+<div class="header_column bottom">
        <strong>{--MEMBER_REFBACK_EDIT_TITLE--}</strong><br />
        <span class="member_note">{--MEMBER_REFBACK_REFID--}: $content[refid]</span>
 </div>
index d7e7092724cad11666f836ce2f2d6d664532c3d8..cbfe74042f4c381d04ae9def73deecb11890b4af 100644 (file)
@@ -1,14 +1,10 @@
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="740">
-<tr>
-       <td align="center" class="member_header bottom">
-               <strong>{--MEMBER_REFBACK_TITLE--}</strong>
-       </td>
-</tr>
+<div class="member_table dashed">
+<div class="header_column bottom">
+       <strong>{--MEMBER_REFBACK_TITLE--}</strong>
+</div>
 $content
-<tr>
-       <td align="center" class="member_footer top">
-               <div class="member_note">{--MEMBER_REFBACK_NOTE--}</div>
-               <div class="member_note">{--MEMBER_REFBACK_EXAMPLE--}</div>
-       </td>
-</tr>
-</table>
+<div class="member_footer top">
+       <div class="member_note">{--MEMBER_REFBACK_NOTE--}</div>
+       <div class="member_note">{--MEMBER_REFBACK_EXAMPLE--}</div>
+</div>
+</div>
index 555acd1af447b1fca3489354e7e019144739297c..8dd7d2f34d1e6c19f33606a40dc20a2c1ba82d8b 100644 (file)
@@ -1,8 +1,7 @@
-<tr>
-       <td align="center" style="padding:0px;margin:0px">
+<div align="center" style="padding:0px;margin:0px">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="730">
 <tr>
-       <td align="center" class="member_header" colspan="6">
+       <td align="center" class="header_column" colspan="6">
                <strong>{--MEMBER_REFBACK_LIST_TITLE_1--}$content[level]{--MEMBER_REFBACK_LIST_TITLE_2--}$content[percents]{--MEMBER_REFBACK_LIST_TITLE_3--}</strong>
        </td>
 </tr>
@@ -33,5 +32,4 @@ $content[rows]
        </td>
 </tr>
 </table>
-       </td>
-</tr>
+</div>
index 61512da72d45032659cac73ba2c3ddeb84f97d69..219abce3fe03b9c15b5799f813df60dc16689153 100644 (file)
@@ -6,7 +6,7 @@
                $content[level_refid]
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[refback] %
+               $content[refback]%
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                $content[points] {?POINTS?}
index 061237b970984d0247f3d8719909501c8b1b1e13..9e52de5dbc4e124a0f58cc2a01be966a2115e574 100644 (file)
@@ -3,10 +3,10 @@
                $content[refid] ($content[nickname])
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[status]
+               $content[level_refid]
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[refback] %
+               $content[refback]%
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                $content[points] {?POINTS?}
index d47c64207ed507d30c6338b505bd71a85b0e99c7..94f3f0c10048b6aa247cf997fadbaf85cee30018 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
 <tr>
-       <td colspan="3" align="center" height="25" class="member_header">
+       <td colspan="3" align="center" height="25" class="header_column">
                <div class="member_done">{--MEMBER_STATS_CONTENT--}</div>
        </td>
 </tr>
index 848413e74217411a515d5ebeeb37b150aa8118e7..3f493737248344b727f7b30ad6dfd02f21b03ab7 100644 (file)
@@ -1,5 +1,5 @@
 <table border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="member_header">
+       align="center" class="header_column">
        <tr>
                <td style="height: 10px" class="seperator top left right">&nbsp;</td>
        </tr>
index 265cfae024ff0582ac01f692a54eb20b6e6ba908..5d96879e5ea1c9df751b7db8e462812fa6d127b5 100644 (file)
@@ -1,8 +1,6 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=support%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="member_header">
-       <tr>
-               <td height="5" colspan="2" class="seperator top left right">&nbsp;</td>
-       </tr>
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="member_table dashed">
        <tr>
                <td align="center" colspan="2" class="left right">
                        <strong>Sie haben eine Frage an unseren Support?</strong><br />
@@ -28,7 +26,7 @@
                <textarea name="qdetails" rows="5" cols="35" class="member_normal"></textarea><br />
                <div class="tiny member_note"> (Bitte halten Sie den Text kurz
                und knapp, damit Ihre<br />
-               Support-Anfrage schnell beantwortet werden kann!) </div></td>
+               Support-Anfrage schnell beantwortet werden kann!)</div></td>
        </tr>
        <tr>
                <td align="center" class="left right">
@@ -40,8 +38,6 @@
                        <input type="submit" class="member_submit" name="ok" value="Abschicken" />
                </td>
        </tr>
-       <tr>
-               <td height="5" colspan="2" class="seperator bottom left right">&nbsp;</td>
-       </tr>
 </table>
 </form>
+</div>
index bb49fecfe3609d2aba2de14131b6a560e3393b80..d47662edb38c940b19b3b3f762a697d82e309c40 100644 (file)
@@ -1,26 +1,26 @@
 <table border="0" cellspacing="0" cellpadding="0" width="100%" class="member_table dashed">
 <tr>
-       <td colspan="6" class="member_header bottom">
+       <td colspan="6" class="header_column bottom">
                <strong>{--MEMBER_SURFBAR_LIST_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" class="member_header bottom right">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_SURFBAR_TEST_URL--}</strong>
        </td>
-       <td align="center" class="member_header bottom right">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_SURFBAR_STATUS--}</strong>
        </td>
-       <td align="center" class="member_header bottom right">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_SURFBAR_REGISTERED--}</strong>
        </td>
-       <td align="center" class="member_header bottom right">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_SURFBAR_LAST_LOCKED--}</strong>
        </td>
-       <td align="center" class="member_header bottom right">
+       <td align="center" class="header_column bottom right">
                <strong>{--MEMBER_SURFBAR_LOCK_REASON--}</strong>
        </td>
-       <td align="center" class="member_header bottom">
+       <td align="center" class="header_column bottom">
                <strong>{--MEMBER_SURFBAR_ACTIONS--}</strong>
        </td>
 </tr>
index 8171859714e8a62175b1460b269689ffbe570f1f..fe468bf3deff0724228bc4dd471cbbf5f3427583 100644 (file)
@@ -1,10 +1,10 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
 <tr>
-       <td width="100" class="member_header bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
-       <td width="110" class="member_header bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
-       <td width="170" class="member_header bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
-       <td width="150" class="member_header bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
-       <td width="120" class="member_header bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
+       <td width="100" class="header_column bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
+       <td width="110" class="header_column bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
+       <td width="170" class="header_column bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
+       <td width="150" class="header_column bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+       <td width="120" class="header_column bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
 </tr>
 $content[rows]
 <tr>
index df69007ad5edd21f01d1b48116b5dc886628d1fa..03c3a8238c4f56a7fa3b7955e54420436caee1b9 100644 (file)
@@ -1,9 +1,9 @@
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="550">
 <tr>
-       <td width="100" class="member_header bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
-       <td width="120" class="member_header bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
-       <td width="180" class="member_header bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
-       <td width="160" class="member_header bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+       <td width="100" class="header_column bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
+       <td width="120" class="header_column bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
+       <td width="180" class="header_column bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
+       <td width="160" class="header_column bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
 </tr>
 $content[rows]
 <tr>
index 4b83cd88fcd8dc898fd6e08bab4efe7c8d863e8a..65b01d18a41c533779dbaa8ee14da8237ebe74d8 100644 (file)
@@ -6,9 +6,9 @@
 </div>
 <table border="0" cellspacing="0" cellpadding="0" width="300" class="member_table dashed">
        <tr>
-               <td width="80" align="center" class="member_header bottom"><strong>{--BONUS_RANK--}:</strong></td>
-               <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
-               <td width="100" align="center" class="member_header bottom"><strong>{?POINTS?}:</strong></td>
+               <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
+               <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
        </tr>
        $content[rows]
        <tr>