]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
index b6d33dd704c60730d1874ca99ad0814393e7190c..731d151424d420bae58216abf3a8d4a10728efad 100644 (file)
@@ -1,38 +1,38 @@
-<TR>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100"><strong>{--ID_SELECT--}</strong></TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></TD>
-</TR>
-<TR>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
-    [&nbsp;<strong><a href="{!URL!}/modules.php?module=admin&amp;what=list_sponsor&amp;id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</a></strong>&nbsp;]
-  </TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
-    <a href="$content[email]">$content[gender] $content[sname] $content[fname]</a>
-  </TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
-    [&nbsp;<strong><a href="{!URL!}/modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</a></strong>&nbsp;]
-  </TD>
-</TR>
-<TR>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+<tr>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="100"><strong>{--ID_SELECT--}</strong></td>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></td>
+  <td align="center" class="{%template,ColorSwitch%} bottom" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></td>
+</tr>
+<tr>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
+    [<strong><a href="{%url=modules.php?module=admin&amp;what=list_sponsor&amp;id=$content[id]%}" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</a></strong>]
+  </td>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="240" colspan="2">
+    <a href="$content[email]">{%pipe,translateGender=$content[gender]%} $content[surname] $content[family]</a>
+  </td>
+  <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
+    [<strong><a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=add_points%}" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</a></strong>]
+  </td>
+</tr>
+<tr>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
     <strong>{--_STATUS--}</strong>:
-  </TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--SPONSOR_CREATED--}:</strong></TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--REMOTE_IP--}:</strong></TD>
-</TR>
-<TR>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
-    [&nbsp;<strong><a href="{!URL!}/modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]">$content[status]</a></strong>&nbsp;]
-  </TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
-    $content[created]
-  </TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
-    $content[last]
-  </TD>
-  <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
-    $content[ip]
-  </TD>
-</TR>
+  </td>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="160"><strong>{--SPONSOR_CREATED--}:</strong></td>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+  <td align="center" class="{%template,ColorSwitch%} bottom" width="160"><strong>{--REMOTE_IP--}:</strong></td>
+</tr>
+<tr>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
+    [<strong><a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{%pipe,sponsorTranslateUserStatus=$content[status]%}</a></strong>]
+  </td>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="120">
+    $content[sponsor_created]
+  </td>
+  <td align="center" class="{%template,ColorSwitch%} bottom right" width="120">
+    $content[last_online]
+  </td>
+  <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
+    $content[remote_addr]
+  </td>
+</tr>