]> git.mxchange.org Git - mailer.git/commitdiff
The content in these columns were to long
authorRoland Häder <roland@mxchange.org>
Sat, 20 Oct 2012 19:40:34 +0000 (19:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 20 Oct 2012 19:40:34 +0000 (19:40 +0000)
inc/language/de.php
templates/de/html/member/member_points.tpl
templates/de/html/member/member_points_row.tpl

index 6625f85f987402129f984120b708c4833fb378d1..48005d0ae0ac34cfff3d3b2214c2673c5afbc2bf 100644 (file)
@@ -220,6 +220,7 @@ addMessages(array(
        'ADMIN_ENTER_REFERRAL_PERCENTS' => "Prozentuale Verg&uuml;tung",
        'ADMIN_EDIT_DELETE_REFERRAL_DEPTH_TITLE' => "Referral-Ebenen editieren / l&ouml;schen",
        'REFERRAL_LEVEL' => "Referral-Ebene",
+       'REFERRAL_LEVEL_PERCENTS' => "Referral-Ebene (&#37)",
        'REFERRAL_PERCENT' => "Prozentuale Verg&uuml;tung",
        'ADMIN_EDIT_LEVEL' => "Ref-Ebene editieren",
        'ADMIN_DELETE_LEVEL' => "Ref-Ebene l&ouml;schen",
index ee6df86aad3fa452fd80c2bb9ecc9a26391e4d8a..1fa784943745900b783c64810e4a603bf060997a 100644 (file)
@@ -1,7 +1,7 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="header_column bottom"><strong>{--REFERRAL_LEVEL--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--REFERRAL_LEVEL_PERCENTS--}</strong></td>
                <td align="center" class="header_column bottom"><strong>{?POINTS?}</strong></td>
                <td align="center" class="header_column bottom"><strong>{--POINTS_ORDER--}</strong></td>
                <td align="center" class="header_column bottom"><strong>{--REFERRALS--}</strong></td>
index 85850d7f017f5bdbf2446dcc6600c5492a8c1f39..2affdda5f8b0c7d5e11a28d67ecc71b06447d60b 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
-       <td class="member_data">{%pipe,convertNullToZero=$content[level]%}. {--REFERRAL_LEVEL--} ({%pipe,translateComma=$content[percents]%}&#37;)</td>
+       <td class="member_data">{%pipe,convertNullToZero=$content[level]%} ({%pipe,translateComma=$content[percents]%}&#37;)</td>
        <td class="member_data">{%pipe,translateComma=$content[points]%} {?POINTS?}</td>
        <td class="member_data">{%pipe,translateComma=$content[order_points]%} {?POINTS?}</td>
        <td class="member_data" align="center">{%pipe,translateComma=$content[counter]%}</td>