Mailer continued, sub-id tracking continued:
[mailer.git] / templates / de / html / member / member_themes_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center" height="30">
3                 <input type="radio" class="form_field" name="member_theme" value="$content[unix]"$content[default] />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">$content[theme_name]</td>
6         <td class="{%template,ColorSwitch%} bottom right" align="center">
7         <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[theme_name] ($content[unix])">$content[theme_author]</a>
8         </td>
9         <td class="{%template,ColorSwitch%} bottom right" align="center">
10                 <a href="{%pipe,generateDereferrerUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
11         </td>
12         <td class="{%template,ColorSwitch%} bottom" align="center">v$content[theme_version]</td>
13 </tr>