This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / templates / de / html / member / member_list_user_subids_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="form_field" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 <div class="tiny">
7                         $content[subid]
8                 </div>
9                 <div class="tiny">
10                         <a href="{%url=modules.php?module=login&amp;what=subids&amp;do=stats&amp;id=$content[id]%}">{--MEMBER_USER_SUBID_STATS_LINK--}</a>
11                 </div>
12         </td>
13         <td class="{%template,ColorSwitch%} bottom" align="center">
14                 $content[subid_added]
15         </td>
16 </tr>