]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_details.tpl
Advertising network Ad-Promotion.net added, some cleanups
[mailer.git] / templates / de / html / admin / admin_list_sponsor_details.tpl
index c7d486fe3aa5f3e6fa39cd8e6ff2410421b16b11..32ed3a827e5c68d533e6c498163e027ee51e056d 100644 (file)
@@ -1,16 +1,16 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</div>
        </td>
 </tr>
 <tr>
        <td align="right" class="bottom right" height="25">{--SPONSOR_ID--}:&nbsp;</td>
-       <td class="bottom">$content[id] [<strong><a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{%pipe,sponsorTranslateUserStatus=$content[status]%}</a></strong>]</td>
+       <td class="bottom">$content[id] [<strong><a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{%pipe,translateSponsorStatus=$content[status]%}</a></strong>]</td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <strong>{--ADMIN_SPONSOR_COMPANY_DATA--}:</strong>
        </td>
 </tr>
@@ -27,7 +27,7 @@
        <td class="bottom">$content[tax_ident]</td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <strong>{--ADMIN_SPONSOR_PERSONA_DATA--}:</strong>
        </td>
 </tr>
@@ -68,7 +68,7 @@
        <td class="bottom">[<a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank"><strong>{--ADMIN_TEST_URL--}</strong></a>]</td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}:</strong>
        </td>
 </tr>
 <tr>
 <tr>
        <td align="right" class="bottom right">{--SPONSOR_POINTS_AMOUNT--}:</td>
-       <td align="center" class="bottom">[<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--}"><strong>{%pipe,translateComma=$content[points_amount]%}</strong></a>]</td>
+       <td align="center" class="bottom">[<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--}"><strong>{%pipe,translateComma=$content[points_amount]%}</strong></a>]</td>
 </tr>
 <tr>
        <td align="right" class="bottom right">{--SPONSOR_POINTS_USED--}:</td>
-       <td align="center" class="bottom">[<a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=sub_points%}" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>{%pipe,translateComma=$content[points_used]%}</strong></a>]</td>
+       <td align="center" class="bottom">[<a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=sub_points%}" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>{%pipe,translateComma=$content[points_used]%}</strong></a>]</td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <strong>{--ADMIN_SPONSOR_OTHER_DETAILS--}:</strong>
        </td>
 </tr>
@@ -98,7 +98,7 @@
        <td align="center" class="bottom">$content[sponsor_created]</td>
 </tr>
 <tr>
-       <td align="right" class="bottom right">{--ADMIN_LAST_ONLINE--}:</td>
+       <td align="right" class="bottom right">{--LAST_ONLINE_SHORT--}:</td>
        <td align="center" class="bottom">$content[last_online]</td>
 </tr>
 <tr>
        <td align="center" class="bottom">$content[refid]</td>
 </tr>
 <tr>
-       <td align="right" class="bottom right">{--SPONSOR_REFERALS--}:</td>
+       <td align="right" class="bottom right">{--SPONSOR_REFERRALS--}:</td>
        <td align="center" class="bottom">[<a href="{%url=modules.php?module=admin&amp;what=list_sponsor&amp;rid=$content[id]%}"><strong>$content[ref_count]</strong></a>]</td>
 </tr>
 <tr>
-       <td colspan="2" class="admin_footer">
+       <td colspan="2" class="table_footer">
                <div align="center"><strong>{--ADMIN_SPONSOR_ACTIONS--}:</strong></div>
                <ul>
-                       <li>[<a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=edit%}">{--ADMIN_SPONSOR_EDIT--}</a>]</li>
-                       <li>[<a href="{%url=modules.php?module=admin&amp;what=del_sponsor&amp;id=$content[id]%}">{--ADMIN_SPONSOR_DEL--}</a>]</li>
-                       <li>[<a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{--ADMIN_SPONSOR_LOCK--}</a>]</li>
+                       <li>[<a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=edit%}">{--ADMIN_SPONSOR_ACTION_EDIT--}</a>]</li>
+                       <li>[<a href="{%url=modules.php?module=admin&amp;what=del_sponsor&amp;id=$content[id]%}">{--ADMIN_SPONSOR_ACTION_DELETE--}</a>]</li>
+                       <li>[<a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{--ADMIN_SPONSOR_ACTION_LOCK--}</a>]</li>
                        <li>[<a href="{%url=modules.php?module=admin&amp;what=list_sponsor_pays&amp;id=$content[id]%}">{--ADMIN_LIST_SPONSOR_ORDERS--}</a>] (<strong>$content[orders]</strong>)</li>
                </ul>
        </td>