]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_row.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
index 5c664bd9977a2fd971ef380eb54b2ba85a400e29..45f46732127e43ddf18b2cd20131b6f8f9d53942 100644 (file)
@@ -1,39 +1,51 @@
 <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>
+       <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">
-    <a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=add_points%}"
-     title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">{%pipe,translateComma=$content[points]%}</a> {?POINTS?}
-  </td>
+       <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">
+               <a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=add_points%}"
+                title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">{%pipe,translateComma=$content[points]%}</a> {?POINTS?}
+       </td>
 </tr>
 <tr>
-  <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
-    <strong>{--SPONSOR_STATUS--}</strong>:
-  </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>{--LAST_ONLINE_SHORT--}:</strong></td>
-  <td align="center" class="{%template,ColorSwitch%} bottom" width="160"><strong>{--REMOTE_IP--}:</strong></td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
+               <strong>{--SPONSOR_STATUS--}:</strong>
+       </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>{--LAST_ONLINE_SHORT--}:</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,translateSponsorStatus=$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>
+       <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,translateSponsorStatus=$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>