]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bonus_rows.tpl
New function isValidUserid() introduced, more rewrites to EL:
[mailer.git] / templates / de / html / admin / admin_list_bonus_rows.tpl
index e4a97222b48581263ddd62bcaf12ce8249c4cbcb..04b8a9fafbf68df45f9712b31cf0c72005e025f6 100644 (file)
@@ -1,7 +1,7 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[uid]$content[win2]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[points] {!POINTS!}</TD>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;$content[last]</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]$content[cnt]$content[win2]</td>
+       <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]{%pipe,generateUserProfileLink=$content[userid]%}$content[win2]</td>
+       <td class="switch_sw$content[sw] bottom right">$content[win1]<a href="$content[email]">{%pipe,translateGender$content[gender]%} $content[surname] $content[family]</a>$content[win2]</td>
+       <td class="switch_sw$content[sw] bottom right">{%pipe,translateComma=$content[points]%} {?POINTS?}</td>
+       <td class="switch_sw$content[sw] bottom">$content[last_online]</td>
+</tr>