Fix for missing array elements
[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[name]</td>
4         <td class="switch_sw$content[sw] bottom right" align="center">
5                 <a href="mailto:$content[email]?Subject=[Theme:] $content[name] ($content[unix])">$content[author]</a>
6         </td>
7         <td class="switch_sw$content[sw] bottom right" align="center">
8                 <a href="$content[link]" target="_blank">$content[url]</a>
9         </td>
10         <td class="switch_sw$content[sw] bottom right" align="center">v$content[version]</td>
11         <td class="switch_sw$content[sw] bottom" align="center">
12                 $content[form]
13         </td>
14 </tr>