]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_user_subid_row.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_list_user_subid_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="form_field" name="id[$content[id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,generateUserProfileLink=$content[userid]%}
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 <div class="tiny">
10                         $content[subid]
11                 </div>
12                 <div class="tiny">
13                         <a href="{%url=modules.php?module=admin&amp;what=list_user_subid&amp;do=stats&amp;userid=$content[userid]&amp;id=$content[id]%}">{--ADMIN_USER_SUBID_STATS_LINK--}</a>
14                 </div>
15         </td>
16         <td align="center" class="bottom {%template,ColorSwitch%}">
17                 $content[subid_added]
18         </td>
19 </tr>