More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center" rowspan="2">
3                 <strong>$content[id]</strong>
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5         </td>
6         <td class="switch_sw$content[sw] bottom right">
7                 $content[ext_name]
8         </td>
9         <td class="switch_sw$content[sw] bottom">
10                 v$content[ext_ver]
11         </td>
12 </tr>
13 <tr>
14         <td colspan="2" class="bottom">
15                 $content[verbose]
16         </td>
17 </tr>