Several markup fixes
authorRoland Häder <roland@mxchange.org>
Wed, 4 Mar 2009 15:53:00 +0000 (15:53 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 4 Mar 2009 15:53:00 +0000 (15:53 +0000)
32 files changed:
templates/de/html/admin/admin_del_email_bonus.tpl
templates/de/html/admin/admin_del_email_normal.tpl
templates/de/html/admin/admin_del_email_notify.tpl
templates/de/html/admin/admin_list_bonus_emails.tpl
templates/de/html/admin/admin_list_doubler_already.tpl
templates/de/html/admin/admin_list_doubler_overview.tpl
templates/de/html/admin/admin_list_emails.tpl
templates/de/html/admin/admin_list_emails_row.tpl
templates/de/html/admin/admin_list_links_problem.tpl
templates/de/html/admin/admin_list_sponsor_details.tpl
templates/de/html/admin/admin_lock_sponsor.tpl
templates/de/html/admin/admin_overview_header.tpl
templates/de/html/admin/admin_overview_header_task.tpl
templates/de/html/admin/admin_unlock_emails_redir.tpl
templates/de/html/admin/admin_update_download.tpl
templates/de/html/birthday/birthday_msg.tpl
templates/de/html/guest/guest_confirm_link.tpl
templates/de/html/guest/guest_confirm_table.tpl
templates/de/html/guest/guest_register.tpl
templates/de/html/guest/guest_sponsor_infos.tpl
templates/de/html/guest/guest_sponsor_reg.tpl
templates/de/html/install/install_page1.tpl
templates/de/html/install/install_page2.tpl
templates/de/html/install/install_page3.tpl
templates/de/html/install/install_welcome.tpl
templates/de/html/mailid/mailid_points_done2.tpl
templates/de/html/mailid/mailid_points_locked2.tpl
templates/de/html/member/member_pool_table.tpl
templates/de/html/member/member_stats_table.tpl
templates/de/html/member/member_unconfirmed_404.tpl
templates/de/html/member/member_unconfirmed_404_nopoints.tpl
templates/de/html/sponsor/sponsor_header.tpl

index b4defb95fb7746f62cdcd1ccff05615d9a177fbc..b844db4e9537d3f6e23c78931e1385e807befe98 100644 (file)
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
        <tr>
                <td class="admin_header bottom2" colspan="5" align="center" height="35">
-                       <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG>
+                       <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
                </td>
        </tr>
        <tr>
index 48779a2cbf21d929179baf2d699248857d341cf8..4918cc205c139458e4dc883ee7469d97aded2af9 100644 (file)
@@ -2,7 +2,8 @@
        class="admin_table dashed" width="99%">
        <tr>
                <td class="admin_header" colspan="8" align="center" height="35">
-               <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></td>
+                       <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
+               </td>
        </tr>
        <tr>
                <td class="top2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
index b0502ee0c38ad8a9917c0c8a4d59b022c5c5d60e..710f72e0981a002b5c8998024d2f6d6c88300cdf 100644 (file)
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
        <tr>
                <td class="admin_header bottom2" colspan="5" align="center" height="35">
-                       <div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</STRONG>
+                       <div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</div>
                </td>
        </tr>
        <tr>
index ae0729f45c9a3f5b7f646be68d100fa3da9e92c1..d69a67904c459c3d47836d610a205c6eeeb69f83 100644 (file)
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
 <tr>
   <td colspan="3" align="center" height="25" class="admin_title">
-    <div class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
+    <div class="admin_done">{--ADMIN_BONUS_CONTENT--}</div>
   </td>
 </tr>
 $content[nav]
index a6ad8f0e65b2893de91e7d7039df0a21b23ba6ad..f6411cd0348d7f425e5b1cfa6259f787a691567c 100644 (file)
@@ -1,21 +1,21 @@
 <table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
        <tr>
                <td class="admin_title" align="center" height="30" colspan="4">
-                       <div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</STRONG>
+                       <div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</div>
                </td>
        </tr>
        <tr>
                <td class="admin_title bottom2 right2" align="center" height="25" width="25%">
-                       <div class="medium">{--_UID--}:</STRONG>
+                       <div class="medium">{--_UID--}:</div>
                </td>
                <td class="admin_title bottom2 right2" align="center" width="25%">
-                       <div class="medium">{!POINTS!}:</STRONG>
+                       <div class="medium">{!POINTS!}:</div>
                </td>
                <td class="admin_title bottom2 right2" align="center" width="25%">
-                       <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
+                       <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</div>
                </td>
                <td class="admin_title bottom2" align="center" width="25%">
-                       <div class="medium">{--REMOTE_IP--}:</STRONG>
+                       <div class="medium">{--REMOTE_IP--}:</div>
                </td>
        </tr>
        {!__ROWS_CONTENT!}
index e0f4f47e67921f4d7986743b119aeba3074927a3..a3c37bd89aa523d11ba80d8491fdc1cfe0ba87de 100644 (file)
@@ -1,21 +1,20 @@
-<table border="0" cellspacing="0" cellpadding="0" width="540"
-       class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom2" align="center" height="30" colspan="2">
-               <div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</STRONG></td>
+                       <div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</div>
+               </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" align="center" height="25"
-                       width="260"><div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</STRONG>
+               <td class="admin_title bottom2 right2" align="center" height="25" width="260">
+                       <div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</div>
                </td>
                <td class="admin_title bottom2" align="center" height="25" width="260">
-               <div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</STRONG></td>
+                       <div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</div>
+               </td>
        </tr>
        <tr>
-               <td class="right2" align="center"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <table border="0" cellspacing="0" cellpadding="0" width="275"
-                       class="admin_table dashed">
+               <td class="right2" align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+               <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
                        <tr>
                                <td class="switch_sw1 bottom2" align="right" width="245">
                                {--ADMIN_DOUBLER_ALREADY_ALL--}:&nbsp;</td>
                        </tr>
                </table>
                </td>
-               <td align="center"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <table border="0" cellspacing="0" cellpadding="0" width="275"
-                       class="admin_table dashed">
+               <td align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+               <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
                        <tr>
                                <td class="switch_sw1 bottom2" align="right" width="245">
                                {--ADMIN_DOUBLER_WAITING_ALL--}:&nbsp;</td>
index 4a21b1e507f0ddc3b1e6d649d00949dd40bb4451..a2bc034e315dc17643e427ef7f665a2823f5dc38 100644 (file)
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
 <tr>
   <td colspan="3" align="center" height="25" class="admin_title">
-    <div class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</STRONG>
+    <div class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</div>
   </td>
 </tr>
 $content[nav]
index 4a9cb682934a209e24dce37c88433184f4862039..cb165384143b72d0fc493900ca9aabd7af090f1f 100644 (file)
@@ -1,15 +1,15 @@
 <tr>
   <td class="bottom top2 right" width="23%" align="center">
     {--EMAIL_SENDER--}:<br />
-    <div class="admin_misc">$content[sender_link]</STRONG>
+    <div class="admin_misc">$content[sender_link]</div>
   </td>
   <td class="bottom top2 right" width="23%" align="center">
     {--EMAIL_SUBJECT--}:<br />
-    <div class="admin_misc">$content[subject]</STRONG>
+    <div class="admin_misc">$content[subject]</div>
   </td>
   <td class="bottom top2" width="54%" align="center">
     {--EMAIL_TEXT--}:<br />
-    <div class="admin_misc">$content[text]</STRONG>
+    <div class="admin_misc">$content[text]</div>
   </td>
 </tr>
 <tr><td height="5" colspan="3"></td></tr>
 <tr>
   <td align="center" class="top bottom right">
     {--EMAIL_RECEIVERS--}:<br />
-    <div class="admin_misc">$content[sent_email]</STRONG>
-    ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</STRONG>)
+    <div class="admin_misc">$content[sent_email]</div>
+    ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</div>)
   </td>
   <td align="center" class="top bottom right">
     {--USERS_LINKS--}:<br />
-    <div class="admin_misc">$content[unconfirmed]</STRONG>
+    <div class="admin_misc">$content[unconfirmed]</div>
   </td>
   <td align="center" class="top bottom">
     {--EMAIL_POOL_TYPE--}:<br />
-    <div class="admin_misc">$content[type]</STRONG>
+    <div class="admin_misc">$content[type]</div>
   </td>
 </tr>
 <tr><td height="5" colspan="3"></td></tr>
 <tr>
   <td align="center" class="top right">
     {--EMAIL_TSEND--}:<br />
-    <div class="admin_misc">$content[target_send]</STRONG>
+    <div class="admin_misc">$content[target_send]</div>
   </td>
   <td align="center" class="top right">
     {--EMAIL_URL--}:<br />
-    <div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></STRONG>
+    <div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></div>
   </td>
   <td align="center" class="top">
     {--EMAIL_TIMESTAMP--}:<br />
-    <div class="admin_misc">$content[timestamp]</STRONG>
+    <div class="admin_misc">$content[timestamp]</div>
   </td>
 </tr>
 <tr>
index b748220a1618f2f299678979f55d14c93c8b23e1..9cea9dbb5ebcd6a1fc958143d72f9bf9d7b546ad 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
   <td align="center" class="switch_sw$content[sw] bottom2" colspan="4">
-    <div class="admin_failed large">$content[problem]:</STRONG>&nbsp;$content[data]
+    <span class="admin_failed large">$content[problem]:</span>&nbsp;$content[data]
   </td>
 </tr>
index 718c15a165cc5bfa938fc1ed3e3e74a31ecf5c1e..7f86174692ae4e2a53d1009a6770654ab23a0274 100644 (file)
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
 <tr>
   <td colspan="2" align="center" class="admin_title bottom2" height="30" style="padding: 5px">
-    <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</STRONG>
+    <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</div>
   </td>
 </tr>
 <tr>
index 3adb307f6b787e1271f2779331b86e1b3d0c4dcf..64ecfd7102322873d95d80fd8393027516e816a8 100644 (file)
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
 <tr>
   <td align="center" class="admin_title bottom2">
-    <div class="admin_done">{!__HEADER_MESSAGE!}</STRONG>
+    <div class="admin_done">{!__HEADER_MESSAGE!}</div>
   </td>
 </tr>
 <tr><td height="5" class="seperator">&nbsp;</td></tr>
index 8a7c49c0df34a298f1d41d69fe4ac1cd5a9d5cb8..43584d4a4a7089f185b8fa0f1884da3beaa6d713 100644 (file)
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
        <tr>
                <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
-                       <div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</STRONG>
+                       <div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</div>
                </td>
        </tr>
        <tr>
index f3f328df51eaa1d9ee2f6fa63ebf53bb50d39ba2..3a1a35a5ad16e316ba0d9462b5d86d91ccd32a73 100644 (file)
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
 <tr>
        <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
-               <div class="admin_welcome">$content[message]</STRONG>
+               <div class="admin_welcome">$content[message]</div>
        </td>
 </tr>
 <tr>
index c68f36156ec290dddfcbdc1081d3eef760892b83..0acdc688282813299f1b97b7c672b2139bad2a6f 100644 (file)
@@ -5,7 +5,7 @@
        <tr>
                <td class="admin_header bottom2" width="10">&nbsp;</td>
                <td class="admin_header bottom2" colspan="2" align="center"
-                       height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
+                       height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
                </td>
                <td class="admin_header bottom2" width="10">&nbsp;</td>
        </tr>
index c2233f0e3ed230df8fcfa406144976b2a976d3c6..98b3b1709a26695ce9e27a189d3e8a60945158ce 100644 (file)
@@ -2,7 +2,7 @@
        align="center" class="admin_table dashed" align="center">
        <tr>
                <td class="admin_title bottom2" align="center" colspan="3" height="30">
-               <div class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></td>
+               <div class="big">{--NEW_VERSION_AVAILABLE--}</div></td>
        </tr>
        <tr>
                <td height="10" colspan="3" class="seperator">&nbsp;</td>
index a67c0b5ef2d97fb7bfe57f80f9873186c33e8cdd..d06a4ae596bf374c30ce85cb69e69e44b6ee1cdc 100644 (file)
@@ -1,8 +1,8 @@
-<div class="big">Herzlichen Gl&uuml;ckwunsch zum Geburtstag!</STRONG> <br />
+<div class="big">Herzlichen Gl&uuml;ckwunsch zum Geburtstag!</div> <br />
 <br />
 Hallo {!__GENDER!} {!__SNAME!} {!__FNAME!}!<br />
 <br />
-Wir das Team von <div class="nobr">{!MAIN_TITLE!}</STRONG> w&uuml;schen Ihnen
+Wir das Team von <span class="nobr">{!MAIN_TITLE!}</span> w&uuml;schen Ihnen
 alles Gute und Gesundheit zum Geburtstag. Als kleines Geschenk von uns haben wir
-Ihnen soeben <div class="nobr">{!__GIFT!} {!POINTS!}</STRONG> Ihrem Account
+Ihnen soeben <span class="nobr">{!__GIFT!} {!POINTS!}</span> Ihrem Account
 gutgeschrieben!
index f5b92c85c3b91b0f2a7c12700348df29b71896b1..7f9f3a1b4edc9e11537b0f2d4a3d4a054a2490a4 100644 (file)
@@ -1,11 +1,9 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=index&amp;what=confirm"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="480"
-       class="admin_table dashed">
+<form action="{!URL!}/modules.php?module=index&amp;what=confirm" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="480" class="admin_table dashed">
        <tr>
                <td align="center" colspan="3" class="admin_title bottom2" height="30">
-               <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></td>
+               <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div></td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="6">&nbsp;</td>
index 0b68339cffc9c826624d9aa1756b0403be2ab6f2..c53bdb0e50a507563b7cd142ebf459497daa3814 100644 (file)
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" align="center" width="400" class="guest_table dashed">
        <tr>
                <td align="center" height="40">
-                       <div class="guest_done">{!__CONFIRM_MSG!}</STRONG>
+                       <div class="guest_done">{!__CONFIRM_MSG!}</div>
                </td>
        </tr>
 </table>
\ No newline at end of file
index d2a6eef9da7fb812643e6c3a6d77a891e843e395..1b80b9ce71ce9a0b86f04c744fef366617e41f00 100644 (file)
@@ -83,7 +83,8 @@
                                <td colspan="2" height="7" class="seperator">&nbsp;</td>
                        </tr>
                        <tr>
-                               <td colspan="2" align="center"><div class="guest_failed">{!MUST_MARKER!}&nbsp;:&nbsp;{--REGISTER_MUST_SET_NOTE--}</STRONG>
+                               <td colspan="2" align="center">
+                                       <div class="guest_failed">{!MUST_MARKER!}&nbsp;:&nbsp;{--REGISTER_MUST_SET_NOTE--}</div>
                                </td>
                        </tr>
                </table>
index 5f02f54b2ef309806cca7b768e03601bc86087f0..9613bbf96147862dad555627063981fb9f920afc 100644 (file)
@@ -2,7 +2,10 @@
 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
 <tr>
   <td class="guest_title bottom2">
-    <div class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
+    <div class="big">
+      {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
+    </div>
+    <br />
     {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
   </td>
 </tr>
index a1403c0cdbe5520c8eef408000ab48f9f24773b4..c12502dcb6cf3ad4bd2c28b43dbaed0bd664c403 100644 (file)
@@ -1,5 +1,7 @@
 {!__SPONSOR_FORM_ERRORS!}
-<div align="center"><div class="big">{--GUEST_SPONSOR_TITLE--}</STRONG></div>
+<div align="center">
+       <div class="big">{--GUEST_SPONSOR_TITLE--}</div>
+</div>
 <br />
 {--GUEST_SPONSOR_TEASER_1--}<br />
 <br />
index 020a471e308955613db07ac5690d3ecae5466b4f..54da51b1a96186acce965afcf758231f690cd99a 100644 (file)
@@ -1,7 +1,8 @@
 <form action="{!__BURL_ACTION!}/install.php?page=2" method="POST" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_content">
        <tr>
-               <td colspan="3" align="center"><div class="install">{--HEADER_TEXT_PAGE1--}</STRONG>
+               <td colspan="3" align="center">
+                       <div class="install">{--HEADER_TEXT_PAGE1--}</div>
                </td>
        </tr>
        <tr>
index a59638fab31af1c0b5bed2cb245089c5b83be251..3c94e03ed3002d828a648aad72597b0bc34d74cf 100644 (file)
@@ -2,7 +2,8 @@
        target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_table">
        <tr>
-               <td colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE2--}</STRONG>
+               <td colspan="2" align="center">
+                       <div class="install">{--HEADER_TEXT_PAGE2--}</div>
                </td>
        </tr>
        <tr>
index 02454b0ef4fee256ec7db8de37e2f873a122cb08..032c220c0451cc5081428424834f5714a699320e 100644 (file)
@@ -1,7 +1,8 @@
 <form action="{!__BURL_ACTION--}/install.php?page=5" method="POST" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_table">
        <tr>
-               <td colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE3--}</STRONG>
+               <td colspan="2" align="center">
+                       <div class="install">{--HEADER_TEXT_PAGE3--}</div>
                </td>
        </tr>
        <tr>
index 2745b382a5f387a6afc07c7d5894f89b7322be63..eed27166ae913f4efa06af8f7fcfb14d1593a30e 100644 (file)
@@ -1,7 +1,8 @@
 <table border="0" cellspacing="0" cellpadding="0"
        class="install_content">
        <tr>
-               <td colspan="2" align="center"><div class="install_welcome">{--WELCOME_TEXT--}</STRONG>
+               <td colspan="2" align="center">
+                       <div class="install_welcome">{--WELCOME_TEXT--}</div>
                </td>
        </tr>
        <tr>
index 66bf259e6a54ae0a30077d2d7bc9dd1b45f6114b..3e7b41364c9a2b91cf71059be4b01b4dfd2f12e7 100644 (file)
@@ -4,13 +4,13 @@
        <tr>
                <td width="10" class="seperator">&nbsp;</td>
                <td width="220" align="center"><div class="tiny">
-               {--THANX_POINTS_ADDED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG>&nbsp;{--THANX_POINTS_ADDED_2--}<br />
-               {--MAILID_TOTAL_POINTS1--} <div class="member_done">{!__TOTAL_POINTS!}
-               {!POINTS!}</STRONG> {--MAILID_TOTAL_POINTS2--}<br />
+               {--THANX_POINTS_ADDED_1--}<span class="member_done">{--_POINTS_VALUE!}</span>&nbsp;{--THANX_POINTS_ADDED_2--}<br />
+               {--MAILID_TOTAL_POINTS1--} <span class="member_done">{!__TOTAL_POINTS!}
+               {!POINTS!}</span> {--MAILID_TOTAL_POINTS2--}<br />
                <br />
                <a
                        href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&amp;t={!_TYPE_VALUE!}&amp;d={!_DATA_VALUE!}"
-                       target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></td>
+                       target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </span></td>
                <td width="10" class="seperator">&nbsp;</td>
                <td align="center">
                <table border="0" cellspacing="0" cellpadding="0"
index 7a45416c5624c5e93e90e48bfd25dbf7d1aa25b7..9f03f78035e64c0797d9a87ddcb60a2a0ce08381 100644 (file)
@@ -4,11 +4,11 @@
        <tr>
                <td width="10" class="seperator">&nbsp;</td>
                <td width="220" align="center"><div class="tiny">
-               {--THANX_POINTS_LOCKED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG>&nbsp;{--THANX_POINTS_LOCKED_2--}<br />
+               {--THANX_POINTS_LOCKED_1--}<span class="member_done">{--_POINTS_VALUE!}</span>&nbsp;{--THANX_POINTS_LOCKED_2--}<br />
                <br />
                <a
                        href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&amp;t={!_TYPE_VALUE!}&amp;d={!_DATA_VALUE!}"
-                       target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></td>
+                       target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </span></td>
                <td width="10" class="seperator">&nbsp;</td>
                <td align="center">
                <table border="0" cellspacing="0" cellpadding="0"
index faec5033d9fee6a740a1e4fca14a2ed765af64f3..2a9f77b8a5c70a91a961029d09a36595d8c12bee 100644 (file)
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
 <tr>
        <td colspan="3" align="center" height="25" class="member_header">
-               <div class="member_done">{--MEMBER_POOL_CONTENT--}</STRONG>
+               <div class="member_done">{--MEMBER_POOL_CONTENT--}</div>
        </td>
 </tr>
 $content
index 1aa01740bcfa159eab13b840e87bf5467e101a5e..da8ef34be210aee7eda25a264e5d7ec0a3aadcf4 100644 (file)
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
 <tr>
        <td colspan="3" align="center" height="25" class="member_header">
-               <div class="member_done">{--MEMBER_STATS_CONTENT--}</STRONG>
+               <div class="member_done">{--MEMBER_STATS_CONTENT--}</div>
        </td>
 </tr>
 $content
index 445b7eb2fcd1ebc31e53f190c48efadcb1252fb6..17b10a06f9a37ce34585c3afa3a1bc4d6882b715 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
        <td align="center" class="switch_sw$content[sw] top" colspan="5">
-               <div class="member_failed large">$content[probl]:</STRONG> $content[data]
+               <span class="member_failed large">$content[probl]:</span> $content[data]
        </td>
 </tr>
\ No newline at end of file
index 0ad1db14b6d32cb15cba7a8737cc47094f8f857b..72da1ac447e137457113a4975e263878e529cc25 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
        <td align="center" class="switch_sw$content[sw] top" colspan="4">
-               <div class="member_failed large">$content[probl]:</STRONG> $content[data]
+               <span class="member_failed large">$content[probl]:</span> $content[data]
        </td>
 </tr>
\ No newline at end of file
index 644670b1ac5e9a9eca93ee3ea0cb1a526ea31b62..04456ecedb6bbf205d442a56ed6f338ddb9397d7 100644 (file)
@@ -1,2 +1,5 @@
-<div class="big">{--SPONSOR_WELCOME_TO--}</STRONG><br />
+<div class="big">
+       {--SPONSOR_WELCOME_TO--}
+</div>
+<br />
 {!MAIN_TITLE!}