]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_refback_list_row_deleted.tpl
Referal system rewritten, ext-refback continued:
[mailer.git] / templates / de / html / member / member_refback_list_row_deleted.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 $content[refid] ($content[nickname])
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 $content[level_refid]
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,translateComma=$content[refback]%}&#37;
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[points]%} {?POINTS?}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 $content[click_rate]&#37;
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 $content[joined]
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom">
21                 <form accept-charset="UTF-8" style="paddin-bottom:0px">
22                         <input type="button" name="edit" class="form_submit disabled" title="{--MEMBER_REFBACK_DELETED_TITLE--}"
23                          disabled="disabled" value="{--MEMBER_REFBACK_DELETED_SUBMIT--}" />
24                 </form>
25         </td>
26 </tr>