New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_theme_import_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">$content[unix]</td>
3         <td class="switch_sw$content[sw] bottom right" align="center">$content[theme_name]</td>
4         <td class="switch_sw$content[sw] bottom right" align="center">
5                 <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[name] ($content[unix])">$content[theme_author]</a>
6         </td>
7         <td class="switch_sw$content[sw] bottom right" align="center">
8                 <a href="{%pipe,generateDerefererUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
9         </td>
10         <td class="switch_sw$content[sw] bottom right" align="center">v$content[theme_ver]</td>
11         <td class="switch_sw$content[sw] bottom" align="center">
12                 $content[form_content]
13         </td>
14 </tr>